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/11/14 19:19:55 UTC

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

Author: jm
Date: Tue Nov 14 10:19:55 2006
New Revision: 474903

URL: http://svn.apache.org/viewvc?view=rev&rev=474903
Log:
remove too-short limitation on HDR_ORDER_FTSDMCXX rules; X-Mailer strings are longer than 40 chars

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=474903&r1=474902&r2=474903
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Tue Nov 14 10:19:55 2006
@@ -153,7 +153,7 @@
 meta STOCK_IMG_CTYPE (__ANY_IMAGE_ATTACH&&__ENV_AND_HDR_FROM_MATCH&&__CTYPE_ONETAB_GIF&&__HTML_IMG_ONLY)
 describe STOCK_IMG_CTYPE  Stock spam image part, with distinctive Content-Type header
 
-header __HDR_ORDER_FTSDMCXXXX ALL =~ /\nFrom: .{1,80}?\nTo: .{1,80}?\nSubject: .{1,200}?\nDate: .{1,40}?\nMIME-Version: .{1,40}?\nContent-Type: .{1,80}?\nX-Priority: .{1,40}?\nX-MSMail-Priority: .{1,40}?\nX-Mailer: .{1,40}?\nX-MimeOLE:/s
+header __HDR_ORDER_FTSDMCXXXX ALL =~ /\nFrom: .{1,80}?\nTo: .{1,80}?\nSubject: .{1,200}?\nDate: .{1,40}?\nMIME-Version: .{1,40}?\nContent-Type: .{1,120}?\nX-Priority: .{1,40}?\nX-MSMail-Priority: .{1,40}?\nX-Mailer: .{1,80}?\nX-MimeOLE:/s
 header __MID_START_001C   Message-ID =~ /^<000001c/
 meta HDR_ORDER_FTSDMCXX       (__HDR_ORDER_FTSDMCXXXX && !__MIME_ATTACHMENT)
 meta HDR_ORDER_FTSDMCXX2      (__HDR_ORDER_FTSDMCXXXX && __BAT_BOUNDARY)