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/11/01 15:19:41 UTC

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

Author: jm
Date: Wed Nov  1 06:19:40 2006
New Revision: 469916

URL: http://svn.apache.org/viewvc?view=rev&rev=469916
Log:
HELO_NO_DOMAIN: catch non-fqdn HELOs in the most recent untrusted handover.  surprised if we don't have a rule to catch this already

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=469916&r1=469915&r2=469916
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Wed Nov  1 06:19:40 2006
@@ -114,3 +114,6 @@
 
 header HDR_ORDER_MFTSMX     ALL =~ /\nMessage-ID: <\S+@\S+>\nFrom: \"[^\"]+\" <\S+>\nTo: <\S+>\nSubject [^\n]+\nDate: [^\n]+\nMIME-Version: 1.0\nX-Mailer: /
 
+# surely we have a rule for this already? ;)
+header HELO_NO_DOMAIN   X-Spam-Relays-Untrusted =~ /^[^\]]+ helo=[^\.]+ /
+