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/03 22:33:01 UTC

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

Author: jm
Date: Sun Dec  3 13:33:00 2006
New Revision: 481913

URL: http://svn.apache.org/viewvc?view=rev&rev=481913
Log:
remove the bad test rules; leave the good stuff

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=481913&r1=481912&r2=481913
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Sun Dec  3 13:33:00 2006
@@ -205,16 +205,11 @@
 
 body JM_ATTACHEMENT    /Stocks Quotes in attachement/
 
-header STOX_REPLY_TYPE  Content-Type =~ /text\/plain; .* reply-type=original/
-
-# MSOE seems to use a particular header order
-header __MSOE_MID_FROM_ORDER  ALL =~ /\nMessage-ID: .{10,200}\nFrom: /s
-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: /
+header __XM_OUTLOOK_EXPRESS    X-Mailer =~ /^Microsoft Outlook Express \d/
 meta MSOE_MID_WRONG_CASE   (__XM_OUTLOOK_EXPRESS && __MSOE_MID_WRONG_CASE)
 
-body CURR_PRICE     /^Current Price:/
+header STOX_REPLY_TYPE  Content-Type =~ /text\/plain; .* reply-type=original/
+body CURR_PRICE         /^Current Price:/
 meta STOX_AND_PRICE     CURR_PRICE && STOX_REPLY_TYPE