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 2008/12/06 23:20:09 UTC

svn commit: r724044 - /spamassassin/rules/trunk/sandbox/dos/70_other.cf

Author: dos
Date: Sat Dec  6 14:20:09 2008
New Revision: 724044

URL: http://svn.apache.org/viewvc?rev=724044&view=rev
Log:
sandbox: a couple high bit spam rules

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

Modified: spamassassin/rules/trunk/sandbox/dos/70_other.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/dos/70_other.cf?rev=724044&r1=724043&r2=724044&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/dos/70_other.cf (original)
+++ spamassassin/rules/trunk/sandbox/dos/70_other.cf Sat Dec  6 14:20:09 2008
@@ -301,3 +301,10 @@
 uri DOS_PHISH_WWW_COM_BIZ	/^http:\/\/www\.[^.]+\.com\.[^.]+\.biz$/
 uri DOS_PHISH_WWW_COM_RU	/^http:\/\/www\.[^.]+\.com\.[^.]+\.ru$/
 
+# 20081105 - high bit body with no message id header
+meta DOS_BODY_HIGH_NO_MID       __HIGHBITS && MISSING_MID
+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