You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by do...@apache.org on 2010/04/09 05:42:31 UTC

svn commit: r932235 - /spamassassin/trunk/rulesrc/sandbox/dos/70_other.cf

Author: dos
Date: Fri Apr  9 03:42:30 2010
New Revision: 932235

URL: http://svn.apache.org/viewvc?rev=932235&view=rev
Log:
bug 6389: comment out DOS_HIGHBIT_HDRS_BODY due to FPs

Modified:
    spamassassin/trunk/rulesrc/sandbox/dos/70_other.cf

Modified: spamassassin/trunk/rulesrc/sandbox/dos/70_other.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/dos/70_other.cf?rev=932235&r1=932234&r2=932235&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/dos/70_other.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/dos/70_other.cf Fri Apr  9 03:42:30 2010
@@ -306,5 +306,7 @@ meta DOS_BODY_HIGH_NO_MID       __HIGHBI
 describe DOS_BODY_HIGH_NO_MID   High bit body and no message ID header
 
 # 20081111 - less conservative shot at highbit spam
-meta DOS_HIGHBIT_HDRS_BODY      __FROM_NEEDS_MIME && __SUBJECT_ENCODED_B64 && __FROM_ENCODED_B64 && __SUBJECT_NEEDS_MIME && __HIGHBITS
-describe DOS_HIGHBIT_HDRS_BODY  Headers need encoding and body is highbit
+# 20100408 - disabled -- this rule appears to be bad... complaints in bug 6389
+#meta DOS_HIGHBIT_HDRS_BODY      __FROM_NEEDS_MIME && __SUBJECT_ENCODED_B64 && __FROM_ENCODED_B64 && __SUBJECT_NEEDS_MIME && __HIGHBITS
+#describe DOS_HIGHBIT_HDRS_BODY  Headers need encoding and body is highbit
+