You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2006/12/28 13:23:14 UTC

svn commit: r490712 - /spamassassin/rules/trunk/sandbox/jm/20_basic.cf

Author: jm
Date: Thu Dec 28 04:23:13 2006
New Revision: 490712

URL: http://svn.apache.org/viewvc?view=rev&rev=490712
Log:
oops, HELO_LOCALHOST needed an anchor

Modified:
    spamassassin/rules/trunk/sandbox/jm/20_basic.cf

Modified: spamassassin/rules/trunk/sandbox/jm/20_basic.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/jm/20_basic.cf?view=diff&rev=490712&r1=490711&r2=490712
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Thu Dec 28 04:23:13 2006
@@ -210,5 +210,5 @@
 full DIV_CENTER_A_HREF  /<DIV align=3Dcenter><A href=3D=$/
 
 # wow, I should really be rejecting this at MTA, but hey
-header HELO_LOCALHOST   X-Spam-Relays-Untrusted =~ /[^\]]+ helo=localhost /i
+header HELO_LOCALHOST   X-Spam-Relays-Untrusted =~ /^[^\]]+ helo=localhost /i