]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/phrase_spam
* Fix MONEY regex
[spamassassin_config.git] / common / phrase_spam
index 8906819644e95cdd3e1aab902739fdb2f85e7345..81cb8853ff21b23103ac16f0341628d532445385 100644 (file)
@@ -1,4 +1,5 @@
-# Added some rules from Rule du Jour that I've been testing for a while
+#
+ Added some rules from Rule du Jour that I've been testing for a while
 
 #Monotone (from airmax.cf)
 body     MONOTONE_WORDS_2_15            /^([a-z]{2,20}[\s\.]+){15}/
@@ -354,13 +355,9 @@ score WBRS         4
 
 body FOURLA            /\b([A-Z]\s?){4}\b/
 describe FOURLA                Four letter acronym (stock spam?)
-score FOURLA           1
+score FOURLA           0.1
 
-full WORDMONEY         /^\w+\s*:\s*(?:\$\s*[\d\.]+|[\d\.]+\s*USD)/mi
-describe WORDMONEY     Word Colon Money
-score WORDMONEY                1
-
-meta STOCKLIKE         (FOURLA && WORDMONEY)
+meta STOCKLIKE         (FOURLA && (MONEY || SUBJMONEY))
 describe STOCKLIKE     Four letter acronyms with money; stock scam
 score STOCKLIKE                2