You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2006/12/01 19:05:56 UTC

svn commit: r481326 - /spamassassin/rules/trunk/sandbox/jm/20_basic.cf

Author: jm
Date: Fri Dec  1 10:05:54 2006
New Revision: 481326

URL: http://svn.apache.org/viewvc?view=rev&rev=481326
Log:
MSOE_MID_WRONG_CASE, MSOE uses Message-ID: not -Id:

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=481326&r1=481325&r2=481326
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Fri Dec  1 10:05:54 2006
@@ -212,3 +212,5 @@
 header __XM_OUTLOOK_EXPRESS   X-Mailer =~ /^Microsoft Outlook Express \d/
 meta MSOE_ODD_HEADER_ORDER   (__XM_OUTLOOK_EXPRESS && !__MSOE_MID_FROM_ORDER)
 
+header MSOE_MID_WRONG_CASE   ALL =~ /\nMessage-Id: /
+