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/05/16 22:37:27 UTC

svn commit: r407052 - /spamassassin/rules/trunk/sandbox/felicity/70_other.cf

Author: felicity
Date: Tue May 16 13:37:26 2006
New Revision: 407052

URL: http://svn.apache.org/viewcvs?rev=407052&view=rev
Log:
work around some test rules

Modified:
    spamassassin/rules/trunk/sandbox/felicity/70_other.cf

Modified: spamassassin/rules/trunk/sandbox/felicity/70_other.cf
URL: http://svn.apache.org/viewcvs/spamassassin/rules/trunk/sandbox/felicity/70_other.cf?rev=407052&r1=407051&r2=407052&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/felicity/70_other.cf (original)
+++ spamassassin/rules/trunk/sandbox/felicity/70_other.cf Tue May 16 13:37:26 2006
@@ -164,12 +164,14 @@
 # holy crap. ;)
 # 4.686   5.5463   0.0000    1.000   1.00    0.01  TVD_SINGLE_SPAN
 rawbody TVD_SINGLE_SPAN /<\/span>\s*[a-zA-Z]\s*<span\b/i
+rawbody TVD_SINGLE_SPAN_DIV  /<\/(?:div|span)>\s*[a-zA-Z]+\s*<(?:div|span)\b/i
+rawbody TVD_SINGLE_SPAN_DIV2 />\s+[a-zA-Z]\s+<\/(?:span|div)\b/i
 
 # 1.150   1.3983   0.0000    1.000   0.87    0.01  T_TVD_FLOAT_GENERAL4
 # 1.140   1.3860   0.0000    1.000   0.87    0.01  T_TVD_FLOAT_GENERAL6
 # 1.100   1.3379   0.0000    1.000   0.87    0.01  T_TVD_FLOAT_GENERAL5
 # was TVD_FLOAT_GENERAL4 ...
-rawbody TVD_FLOAT_GENERAL	/\bstyle="[^"]*\bfloat\s*:\s*[a-z]+\s*">\s*[a-zA-Z]+\s*</i
+rawbody TVD_FLOAT_GENERAL	/\bstyle\s*=\s*"[^"]*\bfloat\s*:\s*[a-z]+\s*">\s*[a-zA-Z]+\s*</i
 #rawbody T_TVD_FLOAT_GENERAL5	/\bstyle="[^"]*\bfloat\s*:\s*[a-z]+\s*">\s*[a-zA-Z]\s*</i
 #rawbody T_TVD_FLOAT_GENERAL6	/\bstyle="[^"]*\bfloat\s*:\s*[a-z]+\s*">\s*(?-i:[a-z])+\s*</i