You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by si...@apache.org on 2008/01/11 04:35:57 UTC

svn commit: r611034 - /spamassassin/rules/trunk/sandbox/sidney/70_other.cf

Author: sidney
Date: Thu Jan 10 19:35:52 2008
New Revision: 611034

URL: http://svn.apache.org/viewvc?rev=611034&view=rev
Log:
Add a rule to help pinpoint spam missed by T_SIDNEY_FORGED_MUA_OUTLOOK_A

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

Modified: spamassassin/rules/trunk/sandbox/sidney/70_other.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/sidney/70_other.cf?rev=611034&r1=611033&r2=611034&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/sidney/70_other.cf (original)
+++ spamassassin/rules/trunk/sandbox/sidney/70_other.cf Thu Jan 10 19:35:52 2008
@@ -4,3 +4,5 @@
 # check if these message IDs only appear when we know it was generated by an MTA
 meta T_SIDNEY_OE_MSGID_3_MTA (__OE_MSGID_3 && MSGID_FROM_MTA_HEADER)
 meta T_SIDNEY_OE_MSGID_3_NOMTA (__OE_MSGID_3 && !MSGID_FROM_MTA_HEADER)
+# test for what is will be missed by new test
+meta T_SIDNEY__FORGED_OE_B    (__OE_MUA && !__OE_MSGID_1 && !__OE_MSGID_2 && !__OE_MSGID_3 && MSGID_FROM_MTA_HEADER && !__UNUSABLE_MSGID)