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 2004/11/18 00:15:41 UTC

svn commit: rev 76185 - spamassassin/trunk/rules

Author: jm
Date: Wed Nov 17 15:15:38 2004
New Revision: 76185

Modified:
   spamassassin/trunk/rules/70_testing.cf
Log:
bug 2016: testing rule INTERRUPTUS

Modified: spamassassin/trunk/rules/70_testing.cf
==============================================================================
--- spamassassin/trunk/rules/70_testing.cf	(original)
+++ spamassassin/trunk/rules/70_testing.cf	Wed Nov 17 15:15:38 2004
@@ -479,3 +479,8 @@
 header    T_SARE_SUB_DOLLARS    Subject =~ /^\s*(?:\w+ )?(?:\w+: )?\$\d+\s*$/
 describe  T_SARE_SUB_DOLLARS    Subject is dollar sign and numerics only
 
+# http://bugzilla.spamassassin.org/show_bug.cgi?id=2016
+rawbody __INTERRUPTUS           /(?:[a-zA-Z0-9]<[\/ ]{0,2}?(?!br)(?!p)(?!sup)(?!li)(?!b)(?!i)(?!option)(?!a (?:href|name))(?:\b|!--)[^>]{0,64}?>[a-zA-Z0-9].{0,64}){3}/i
+meta T_INTERRUPTUS              MIME_HTML_ONLY && __INTERRUPTUS
+describe T_INTERRUPTUS          Hypertextus Interruptus - HTML-obfuscated text
+