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/07/13 11:50:13 UTC

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

Author: jm
Date: Thu Jul 13 02:50:13 2006
New Revision: 421567

URL: http://svn.apache.org/viewvc?rev=421567&view=rev
Log:
try out a pretty simple Content-Type rule

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?rev=421567&r1=421566&r2=421567&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/jm/20_basic.cf (original)
+++ spamassassin/rules/trunk/sandbox/jm/20_basic.cf Thu Jul 13 02:50:13 2006
@@ -36,3 +36,8 @@
 header GMD_FAKETZ     Date =~ m'[\-\+](200[0-9]|\d\d[2468]0)$'
 score  GMD_FAKETZ     1.0
 
+# surprisingly good here, let's see elsewhere
+header MIME_BOUND_ALLHEX_5  Content-Type =~ /boundary="[A-F0-9]{5,}"/
+header MIME_BOUND_ALLHEX_7  Content-Type =~ /boundary="[A-F0-9]{7,}"/
+header MIME_BOUND_ALLHEX_17  Content-Type =~ /boundary="[A-F0-9]{17,}"/
+