Mailing List Archive

svn commit: r440397 - /spamassassin/rules/trunk/sandbox/jm/20_basic.cf
Author: jm
Date: Tue Sep 5 09:49:09 2006
New Revision: 440397

URL: http://svn.apache.org/viewvc?view=rev&rev=440397
Log:
add rule for broken ratware putting binary data and headers in the message body

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=440397&r1=440396&r2=440397
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Tue Sep 5 09:49:09 2006
@@ -60,3 +60,6 @@
# Suresh: 'Finding "mail.com", "post.com" etc in a received header is ALWAYS bogus'
header RCVD_MAIL_COM Received =~ /\b(?:post|mail)\.com\b/i

+# broken spamware sending spam with headers in the body
+body BROKEN_RATWARE_BOM /^\xEF\xBB\xBFMessage-ID:/
+