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/10/25 17:31:31 UTC

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

Author: jm
Date: Wed Oct 25 08:31:31 2006
New Revision: 467681

URL: http://svn.apache.org/viewvc?view=rev&rev=467681
Log:
see how a tab looks

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=467681&r1=467680&r2=467681
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Wed Oct 25 08:31:31 2006
@@ -95,6 +95,9 @@
 ifplugin Mail::SpamAssassin::Plugin::MIMEHeader
 mimeheader CTYPE_8SPACE_GIF Content-Type:raw =~ /^image\/gif;\n {8}name=\".+?\"$/s
 describe CTYPE_8SPACE_GIF   Stock spam image part 'Content-Type' found (8 spc)
+
+mimeheader CTYPE_ONETAB_GIF Content-Type:raw =~ /^image\/gif;\n\tname=\".+?\"$/s
+describe CTYPE_ONETAB_GIF   Stock spam image part 'Content-Type' found (1 tab)
 endif
 
 header CTYPE_000_00_BOUND   Content-Type =~ /boundary=\"----=_NextPart_000_00/