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/08 10:18:09 UTC

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

Author: sidney
Date: Tue Jan  8 01:18:09 2008
New Revision: 609913

URL: http://svn.apache.org/viewvc?rev=609913&view=rev
Log:
test an idea about FORGED_MUA_OUTLOOK

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=609913&r1=609912&r2=609913&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/sidney/70_other.cf (original)
+++ spamassassin/rules/trunk/sandbox/sidney/70_other.cf Tue Jan  8 01:18:09 2008
@@ -1,4 +1,5 @@
 # Test this as substitute for FORGED_MUA_OUTLOOK
-header T_SIDNEY__OE_MSGID_4   MESSAGEID =~ /^<BAYC\d+-PASMTP\d+[A-Z0-9]{25}\@CEZ\.ICE>$/m
-meta T_SIDNEY__FORGED_OE    (__OE_MUA && !__OE_MSGID_1 && !__OE_MSGID_2 && !__OE_MSGID_3 && !T_SIDNEY__OE_MSGID_4 && !__UNUSABLE_MSGID)
+meta T_SIDNEY__FORGED_OE    (__OE_MUA && !__OE_MSGID_1 && !__OE_MSGID_2 && !MSGID_FROM_MTA_HEADER && !__UNUSABLE_MSGID)
+meta T_SIDNEY__FORGED_OE_1    (__OE_MUA && !__OE_MSGID_1 && !__OE_MSGID_2 && !__UNUSABLE_MSGID)
 meta T_SIDNEY_FORGED_MUA_OUTLOOK   (T_SIDNEY__FORGED_OE || __FORGED_OUTLOOK_DOLLARS)
+meta T_SIDNEY_FORGED_MUA_OUTLOOK_1   (T_SIDNEY__FORGED_OE_1 || __FORGED_OUTLOOK_DOLLARS)