]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/money_spam
* match amero; decrease score of deposit
[spamassassin_config.git] / common / money_spam
index cfb44ddcf7b2c108c879433d8e1c706dbe826770..310755a89295123f64aa8c0e21a64a8ed6da19a0 100644 (file)
@@ -257,9 +257,9 @@ body DMXC               /Look at D-M-X-C!/
 describe DMXC           stock spam
 score DMXC              4
 
-body MONEY             /((usd|yen|eur?o?|dollar|\$)\s*[\d\.\, ]+|[\d\.\, ]+\s*(usd|yen|eur?o?|dollar|\$))/i
+body MONEY             /((usd|yen|eur?o?|dollar|\$)\s*\d[\d\.\,]+|\d[\d\.\,]+\s*(usd|yen|eur?o?|dollar|\$))/i
 describe MONEY         Some amount of money in body
-score MONEY            1.5
+score MONEY            0.5
 
 header SUBJMONEY       subject =~ /((usd|yen|eur?o?|dollar|\$)\s*[\d\.\, ]+|[\d\.\, ]+\s*(usd|yen|eur?o?|dollar|\$))/i
 describe SUBJMONEY     Some amount of money in subject
@@ -284,7 +284,7 @@ describe OPORTUNI   Oportunidade de Emprego
 score OPORTUNI         3.5
 
 # blarson 2007-12-10
-header WATCHES         subject =~ /\b(?:watches|time\s*piece|Replica)\b/i
+header WATCHES         subject =~ /\b(?:watches|time\s*piece|Replica|aRolex|Cartier|Omega)\b/i
 describe WATCHES       watches
 score WATCHES          2
 
@@ -292,3 +292,18 @@ score WATCHES              2
 body COUP0N            /\bCoup0n\b/i
 describe COUP0N                Coup0n
 score COUP0N           3
+
+header SOFTWARERETAIL  subject =~ /\bretail/i
+describe SOFTWARERETAIL Adobe RETAIL products
+score SOFTWARERETAIL   3.2
+
+# cord 2008-01-23
+full DEPOSIT           /deposit/i
+describe DEPOSIT       Deposit
+score DEPOSIT          2
+
+# don 2008-07-21
+full AMERO             /\bamero\b/i
+describe AMERO         Amero, whatever the hell it is, it's spam
+score AMERO            3
+