You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2006/04/08 20:24:37 UTC

svn commit: r392571 - /spamassassin/rules/branches/3.1/80_additional.cf

Author: felicity
Date: Sat Apr  8 11:24:35 2006
New Revision: 392571

URL: http://svn.apache.org/viewcvs?rev=392571&view=rev
Log:
update TVD_FW_MESG1 rule

Modified:
    spamassassin/rules/branches/3.1/80_additional.cf

Modified: spamassassin/rules/branches/3.1/80_additional.cf
URL: http://svn.apache.org/viewcvs/spamassassin/rules/branches/3.1/80_additional.cf?rev=392571&r1=392570&r2=392571&view=diff
==============================================================================
--- spamassassin/rules/branches/3.1/80_additional.cf (original)
+++ spamassassin/rules/branches/3.1/80_additional.cf Sat Apr  8 11:24:35 2006
@@ -73,7 +73,9 @@
 # 2006/03/13
 # 0.297   0.3750   0.0000    1.000   0.72    1.00  TVD_FW_MESG2
 # 0.196   0.2479   0.0000    1.000   0.68    1.00  TVD_FW_MESG1
-body TVD_FW_MESG1		/^-+ Original Message -+ From: (?:\w+ )+To: \S+ (?:Sent|Date):.{1,60}Subject: \w+\s*$/
+# 2006/04/08 - updated MESG1 to meta, loosened up the RE
+body __TVD_FW_MESG /^-+ Original Message -+ From: (?:\w+ )+To: \S+ (?:Sent|Date):.{1,60}Subject:/
+meta TVD_FW_MESG1 __TVD_FW_MESG && __GIF_ATTACH
 body TVD_FW_MESG2		/^-- Best Regards, \w+ \w+\s+mailto:/
 
 # 2006/03/13
@@ -193,6 +195,7 @@
 mimeheader TVD_FW_GRAPHIC_ID2		Content-Id =~ /<(?:[0-9A-F]{8}\.){3}[0-9A-F]{8}/
 mimeheader TVD_FW_GRAPHIC_NAME_LONG	Content-Type =~ /\bname="[a-z]{8,}\.gif/
 mimeheader TVD_FW_GRAPHIC_NAME_MID	Content-Type =~ /\bname="[a-z]{6,7}\.gif/
+mimeheader __GIF_ATTACH Content-Type =~ /^image\/gif\b/i
 endif