]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/money_spam
* add yourname rule
[spamassassin_config.git] / common / money_spam
index 04b8599a7bb217eccd4e9f9f7a7130a144712a55..78d382ad77d3b709289ee34129b0ed6184fd6d83 100644 (file)
@@ -222,8 +222,8 @@ body ANALLE         /\bAN ALLE FINANZINVESTOREN\b/
 describe ANALLE                stock spam in german
 score ANALLE           3
 
-# blarson 2007-06-17 2007-09-21 2007-10-20
-body REPWATCH2         /\breplic+a\s*(?:watch|timepiece)/i
+# blarson 2007-06-17 2007-09-21 2007-10-20 2007-11-06
+body REPWATCH2         /\brepl[i1]c+a\s*(?:w[a4]tch|timepiece)/i
 describe REPWATCH2     still pushing fake watches
 score REPWATCH2                3.5
 
@@ -257,11 +257,11 @@ body DMXC               /Look at D-M-X-C!/
 describe DMXC           stock spam
 score DMXC              4
 
-body MONEY             /(\$\s*[\d\.]+|[\d\.]+\s*(usd|yen|euro|dollar|\$))/i
-describe MONEY         Some amount of money
-score MONEY            1.5
+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            0.5
 
-header SUBJMONEY       subject =~ /(\$\s*[\d\.]+|[\d\.]+\s*(usd|yen|euro|dollar|\$))/i
+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
 score SUBJMONEY                3
 
@@ -282,3 +282,42 @@ score STOCKFRLE            3.4
 body OPORTUNI          /\bOportunidade de Emprego\b/i
 describe OPORTUNI      Oportunidade de Emprego
 score OPORTUNI         3.5
+
+# blarson 2007-12-10
+header WATCHES         subject =~ /\b(?:watches|time\s*piece|Replica|aRolex|Cartier|Omega)\b/i
+describe WATCHES       watches
+score WATCHES          2
+
+# blarson 2007-12-29
+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
+
+# blarson 2008-07-17
+body PRINCIPALSONLY    /\bPrincipals\s+Only\b/i
+describe PRINCIPALSONLY        Principals Only
+score PRINCIPALSONLY   3
+
+# don 2008-07-21
+full AMERO             /\bamero\b/i
+describe AMERO         Amero, whatever the hell it is, it's spam
+score AMERO            3
+
+# blarson 2008-07-27
+header GAGO            subject =~ /\bGA\s*G[O0]\b/
+describe GAGO          stock scam
+score GAGO             4
+
+# blarson 2008-07-31
+body NYSE              /\bNYSE\b/
+describe NYSE          stock scam
+score NYSE             2
\ No newline at end of file