]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/phrase_spam
fix trap setting
[spamassassin_config.git] / common / phrase_spam
index 3899606a92bf6249b48247a627838e4806121fbf..114754ba45f3855598c784a5812ad263c87eccb0 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
 
@@ -1033,4 +1033,23 @@ score WEBINAR            2
 
 header TRIALVERSION    subject =~ /trial\s*version/i
 describe TRIALVERSION  Trial version in subject
-score TRIALVERSION     3
\ No newline at end of file
+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
+
+# formorer 2012-02-28
+header VOTREANN     Subject =~ /(votre|Petites) annonce/i
+describe VOTREANN   Votre annonce
+score VOTREANN      4
+
+# formorer 2010-01-23
+header LEXCHANGE       subject =~ /(?:for|4)\s+L[i1]nks?\s+E?xcha?nge/i
+describe LEXCHANGE     ask for link exchange
+score LEXCHANGE                4
+