]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/phrase_spam
Block "my name is" spam
[spamassassin_config.git] / common / phrase_spam
index 07be77f6c637074cdff85a0e3e6bc58fbe9fb9c8..1f50026f1a79cd52f1daeda784f32d39d44b3731 100644 (file)
@@ -90,6 +90,14 @@ header ONEWORD               subject =~ /^(?:Fw:|re:)?\s*\S+\s*$/i
 describe ONEWORD       one word subject
 score ONEWORD          2
 
+rawbody ONEWORDBODY    /^\s*\S+\s*$/s
+describe ONEWORDBODY   One word body
+score ONEWORDBODY      2
+
+meta  ONEWORDALL       (ONEWORD && ONEWORDBODY)
+describe ONEWORDALL    Both subject and body contain one word
+score ONEWORDALL       4
+
 # robot101, 2003-09-22
 header CROSSWALK       X-UnityUser =~ /^Crosswalk.com, Inc/
 describe CROSSWALK     Crosswalk bible mailing list
@@ -1023,3 +1031,15 @@ describe WEBINAR Contains webinar
 score WEBINAR          2
 
 
+header TRIALVERSION    subject =~ /trial\s*version/i
+describe TRIALVERSION  Trial version in subject
+score TRIALVERSION     3
+
+header SHARESPAM       subject =~ /shared photos with you/i
+describe SHARESPAM     shares photos
+score SHARESPAM                3
+
+header MYNAMEIS                subject =~ /hello(.*)my name is/i
+describe               Name spam
+score                  2.5
+