]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/phrase_spam
Add some rules against french spam
[spamassassin_config.git] / common / phrase_spam
index cffe96c5014cdffa193fe9b7a318ded624dd8c93..1e9c2e9807dff70568f73522308857a478199453 100644 (file)
@@ -90,7 +90,7 @@ header ONEWORD                subject =~ /^(?:Fw:|re:)?\s*\S+\s*$/i
 describe ONEWORD       one word subject
 score ONEWORD          2
 
-body ONEWORDBODY       /^\s*\S+\s*$/s
+rawbody ONEWORDBODY    /^\s*\S+\s*$/s
 describe ONEWORDBODY   One word body
 score ONEWORDBODY      2
 
@@ -1031,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 MYNAMEIS      Name spam
+score  MYNAMEIS        2.5
+