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 21:11:16 UTC

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

Author: sidney
Date: Fri Jan 11 12:11:12 2008
New Revision: 611287

URL: http://svn.apache.org/viewvc?rev=611287&view=rev
Log:
add tests to find how often a claimed OE MUA has an MUA-generated Message-ID and how often it is MTA generated

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=611287&r1=611286&r2=611287&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/sidney/70_other.cf (original)
+++ spamassassin/rules/trunk/sandbox/sidney/70_other.cf Fri Jan 11 12:11:12 2008
@@ -6,3 +6,6 @@
 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)
+# tests to find out how often mail that claims to be OE does and does not have a MUA message ID
+meta T_SIDNEY_OE_WITH_MUA_MSGID (__OE_MUA && !MSGID_FROM_MTA_HEADER)
+meta T_SIDNEY_OE_WITH_MTA_MSGID (__OE_MUA && MSGID_FROM_MTA_HEADER)