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 2014/05/07 16:15:33 UTC

svn commit: r1593021 - /spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf

Author: jhardin
Date: Wed May  7 14:15:33 2014
New Revision: 1593021

URL: http://svn.apache.org/r1593021
Log:
tweak CANT_SEE_AD, add some new phrase rules

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

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=1593021&r1=1593020&r2=1593021&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf Wed May  7 14:15:33 2014
@@ -1402,7 +1402,8 @@ tflags      UC_GIBBERISH_OBFU  publish
 
 header	    __NO_TRUSTED_RELAY	X-Spam-Relays-Trusted !~ /ip=/i
 
-body        CANT_SEE_AD       /\b(?:can(?:no|')?t|(?:aren'?t|not) able to) (?:view|read|see|scan|witness|consider|look at|participate in|take in) (?:our|this|the) (?:commercial |ad(?:vert[i1l]se-?ment)? |images |newsletter |mailing ){1,2}(?:at all|below|(?:due to|because(?: of)?|as|from) (?:no |missing |unloaded |blocked )?images)\b/i
+#body        CANT_SEE_AD       /\b(?:can(?:no|')?t|(?:aren'?t |not |un)able to) (?:view|read|see|scan|witness|consider|look at|participate in|take in|(?:make|check|scope) out|eye|scrutinize|watch|display|observe) (?:our|this|the) (?:commercial[-. ]|ad(?:v[-.]?ert[i1l]se-?ment)? |images |newsletter |mailing ){1,2}(?:at all|(?:(?:down )?(?:below|underneath))|in (?:your|this) mail|(?:due to|because(?: of)?|as|from) (?:no |missing |unloaded |blocked )?images)\b/i
+body        CANT_SEE_AD       /\b(?:can(?:no|')?t|(?:aren'?t[-,!\s]{1,3}|not[-,!\s]{1,3}|un)able[-,!\s]{1,3}to)[-,!\s]{1,3}(?:(?!our|this|the)\w{1,12}[-,\s]{1,3}){1,2}(?:our|this|the)[-.,\s]{1,3}(?:commercial[-.,\s]{1,3}|ad(?:v[-.]?ert[i1l]se-?ment)?[-.,\s]{1,3}|images |newsletter |mailing ){1,2}(?:at all|(?:(?:down )?(?:below|underneath))|in (?:your|this) mail|(?:due to|because(?: of)?|as|from) (?:no |missing |unloaded |blocked )?(?:images|graphics))\b/i
 describe    CANT_SEE_AD       You really want to see our spam.
 score       CANT_SEE_AD       3.000	# limit
 tflags      CANT_SEE_AD       publish
@@ -1476,4 +1477,14 @@ body        DR_OZ_OBFU        /\bD(?:r\.
 describe    DR_OZ_OBFU        Obfuscated "Dr. Oz"
 
 
+body        ADMAIL            /\bad-?mails?\b/i
+describe    ADMAIL            "admail" and variants
+tflags      ADMAIL            publish
+
+body        ORS               /\bOn-?line Rate Saver\b/i
+describe    ORS               "Online Rate Saver"
+
+body        THIS_AD           /\bthis -?ad(?:vert[i1l]sement)?\b/i
+describe    THIS_AD           "This ad"
+tflags      THIS_AD           publish