You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jh...@apache.org on 2010/02/17 15:40:48 UTC

svn commit: r910998 - in /spamassassin/trunk/rulesrc/sandbox/jhardin: 20_lotsa_money.cf 20_misc_testing.cf

Author: jhardin
Date: Wed Feb 17 14:40:47 2010
New Revision: 910998

URL: http://svn.apache.org/viewvc?rev=910998&view=rev
Log:
Tweak lotsa_money Box rule; turn STYLE_GIBBERISH back off, it's killing masscheck - think about an HTML Tags plugin instead

Modified:
    spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf
    spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf

Modified: spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf?rev=910998&r1=910997&r2=910998&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_lotsa_money.cf Wed Feb 17 14:40:47 2010
@@ -190,7 +190,7 @@
 #describe MONEY_FRAUD_COMP  Lots of money from a fraud compensation
 #score    MONEY_FRAUD_COMP  1.0
  
-body     __TRUNK_BOX      /\b(?:trunk|metallic|proof|security|consignment)\sbox(?:es)?\b/i
+body     __TRUNK_BOX      /\b(?:(?:trunk|metallic|proof|security|consignment)\sbox(?:es)?|sealed\ssafe)\b/i
 body     __COURIER        /\bcourier\s(?:company|service)\b/i
 #meta     MONEY_FRAUD_BOX  LOTS_OF_MONEY && __TRUNK_BOX && __COURIER
 #describe MONEY_FRAUD_BOX  Lots of money in a box, lots of money from a fox

Modified: spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf?rev=910998&r1=910997&r2=910998&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf Wed Feb 17 14:40:47 2010
@@ -281,8 +281,9 @@
 # describe       GAPPY_DOLLARS              Possible obfuscated stock disclaimer
 
 
-rawbody        STYLE_GIBBERISH            /<style[^>]{0,30}>(?:\s{1,20}|[^\s:;<]){175}/im
-tflags         STYLE_GIBBERISH            nopublish
+# destroys performance
+#rawbody        STYLE_GIBBERISH            /<style[^>]{0,30}>(?:\s{1,20}|[^\s:;<]){175}/im
+#tflags         STYLE_GIBBERISH            nopublish
 
 rawbody        SCRIPT_GIBBERISH           /<script>[^;<]{50}/im
 tflags         SCRIPT_GIBBERISH           nopublish