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 2006/11/24 05:59:36 UTC

svn commit: r478771 - /spamassassin/rules/trunk/sandbox/dos/70_bugs.cf

Author: dos
Date: Thu Nov 23 20:59:34 2006
New Revision: 478771

URL: http://svn.apache.org/viewvc?view=rev&rev=478771
Log:
sandbox: clear out old bug test rules

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

Modified: spamassassin/rules/trunk/sandbox/dos/70_bugs.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/dos/70_bugs.cf?view=diff&rev=478771&r1=478770&r2=478771
==============================================================================
--- spamassassin/rules/trunk/sandbox/dos/70_bugs.cf (original)
+++ spamassassin/rules/trunk/sandbox/dos/70_bugs.cf Thu Nov 23 20:59:34 2006
@@ -1,32 +1,3 @@
-### bug 4652 ###
-
-# original rule
-header T_OIMO_MSGID_0	MESSAGEID =~ /^<[A-P]{26}A[AB]\.[-_\w.]+\@\S+>$/m
-
-# original rule with what I assume was meant to be an escaped period
-header T_OIMO_MSGID_1	MESSAGEID =~ /^<[A-P]{26}A[AB]\.[-\w\.]+\@\S+>$/m
-
-# modified rule without escaped period
-header T_OIMO_MSGID_2	MESSAGEID =~ /^<[A-P]{26}A[ABC]\.[-\w.]+\@\S+>$/m
-
-# modified rule with escaped period
-header T_OIMO_MSGID_3	MESSAGEID =~ /^<[A-P]{26}A[ABC]\.[-\w\.]+\@\S+>$/m
-
-
-
-### bug 4649 ###
-
-header T__YAHOO_BULK	RECEIVED =~ /from \[\S+\] by \S+\.(?:groups|scd|dcn)\.yahoo\.com with NNFMP/
-
-meta T_FORGED_IMS_TAGS	(!T__YAHOO_BULK && __ANY_IMS_MUA && __MIME_HTML && !(__TAG_EXISTS_HTML && __TAG_EXISTS_HEAD && __TAG_EXISTS_META && __TAG_EXISTS_BODY))
-
-meta T_FORGED_IMS_HTML	(!T__YAHOO_BULK && __IMS_MUA && MIME_HTML_ONLY && !(__IMS_HTML_BUILDS && __IMS_HTML_RCVD))
-
-meta T_FORGED_OUTLOOK_HTML	(!T__YAHOO_BULK && __ANY_OUTLOOK_MUA && MIME_HTML_ONLY)
-
-meta T_FORGED_OUTLOOK_TAGS	(!T__YAHOO_BULK && __ANY_OUTLOOK_MUA && __MIME_HTML && !(__TAG_EXISTS_HTML && __TAG_EXISTS_HEAD && __TAG_EXISTS_META && __TAG_EXISTS_BODY))
-
-
 
 ifplugin Mail::SpamAssassin::Plugin::DNSEval
 
@@ -88,24 +59,5 @@
 
 endif
 
-### bug 4678 ###
-
-## Dallas' comment #3
-# catches a few spams missed by MSGID_OUTLOOK_INVALID
-# jm: updated to avoid collision with existing rule
-header __HAS_OUTLOOK_IN_MAILER_NEW	X-Mailer =~ /\bMSCRM\b|Microsoft (?:CDO|Outlook|Office Outlook)\b/
-header __LIST_UNSUB		List-Unsubscribe =~ /\S/
-header __LIST_GENERIC		Mailing-List =~ /\S/
-
-#  __MAILMAN_21 is from 20_ratware.cf
-meta __LIST_MAIL	(__LIST_UNSUB || __LIST_GENERIC || __MAILMAN_21)
-meta T_MSGID_DOLLARS	(__OE_MSGID_2 && !__LIST_MAIL && !__HAS_OUTLOOK_IN_MAILER_NEW && !__UNUSABLE_MSGID)
-
-
-## Justin's comment #11 copied from http://www.emailaddresses.com/forum/showthread.php?s=&threadid=42287
-# Windows Mobile 5 sent through exchange misfires - 2006-03-27
-header __ME_VIAEXCHANGE		Received =~ /with Microsoft Exchange Server/
-meta T_RATWARE_OUTLOOK_NONAME	__MSGID_DOLLARS_OK && !__HAS_X_MAILER && !__ME_VIAEXCHANGE
-meta T_RATWARE_MS_HASH		__MSGID_DOLLARS_OK && !__MIMEOLE_MS && !__ME_VIAEXCHANGE