Mailing List Archive

svn commit: r493720 - /spamassassin/rules/trunk/sandbox/jm/20_basic.cf
Author: jm
Date: Sun Jan 7 05:40:52 2007
New Revision: 493720

URL: http://svn.apache.org/viewvc?view=rev&rev=493720
Log:
bug 5278: measure real FP rates on rules using __UNUSABLE_MSGID

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=493720&r1=493719&r2=493720
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Sun Jan 7 05:40:52 2007
@@ -217,3 +217,23 @@
header HELO_ADMIN X-Spam-Relays-Untrusted =~ /^[^\]]+ helo=admin\S* /i
header HELO_OEM X-Spam-Relays-Untrusted =~ /^[^\]]+ helo=oem\S* /i

+
+# __UNUSABLE_MSGID without message-id expiration (bug 5278)
+header __UNUSABLE_MSGID5278 eval:check_messageid_not_usable2()
+
+meta FORGED_MUA_EUDORA5278 (__EUDORA_MUA && !__EUDORA_MSGID && !__UNUSABLE_MSGID5278 && !__HAS_X_LOOP && !__HAS_X_MAILING_LIST)
+
+meta FORGED_MUA_OIMO5278 (__OIMO_MUA && !__OIMO_MSGID && !__OE_MSGID_2 && !__UNUSABLE_MSGID5278)
+
+meta __FORGED_OUTLOOK_DOLLARS5278 (__OUTLOOK_DOLLARS_MUA && !__OE_MSGID_2 && !__OUTLOOK_DOLLARS_OTHER && !__IMS_MSGID && !__UNUSABLE_MSGID5278)
+
+meta __FORGED_OE5278 (__OE_MUA && !__OE_MSGID_1 && !__OE_MSGID_2 && !__OE_MSGID_3 && !__UNUSABLE_MSGID5278)
+
+meta FORGED_MUA_OUTLOOK5278 (__FORGED_OE5278 || __FORGED_OUTLOOK_DOLLARS5278)
+
+meta FORGED_MUA_IMS5278 (__IMS_MUA && !__IMS_MSGID && !__UNUSABLE_MSGID5278)
+
+meta TVD_FW_GRAPHIC_ID3_2_5278 __TVD_OUTLOOK_IMG && !__UNUSABLE_MSGID5278 && ! (__OE_MSGID_2 || __IMS_MSGID )
+
+meta TVD_FW_GRAPHIC_ID3_5278 __TVD_OUTLOOK_IMG && __TVD_INT_CID && !__UNUSABLE_MSGID5278 && ! (__OE_MSGID_2 || __IMS_MSGID )
+