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/28 13:20:31 UTC

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

Author: jm
Date: Thu Dec 28 04:20:30 2006
New Revision: 490711

URL: http://svn.apache.org/viewvc?view=rev&rev=490711
Log:
CTYPE_NL_NEXTPART wasn't reliable enough, fping on MSOE again

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=490711&r1=490710&r2=490711
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Thu Dec 28 04:20:30 2006
@@ -212,8 +212,3 @@
 # wow, I should really be rejecting this at MTA, but hey
 header HELO_LOCALHOST   X-Spam-Relays-Untrusted =~ /[^\]]+ helo=localhost /i
 
-# a possible correlation
-header __CTYPE_NL_NEXTPART1 Content-Type:raw =~ /multipart\/alternative;\n\tboundary=\"----=_NextPart_000_/
-header __CTYPE_NL_NEXTPART2 Content-Type:raw =~ /multipart\/alternative;\n {8}boundary=\"----=_NextPart_000_/
-meta CTYPE_NL_NEXTPART (__CTYPE_NL_NEXTPART1||__CTYPE_NL_NEXTPART2) && __XM_OUTLOOK_EXPRESS
-