X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fmoney_spam;h=5a362ee44dbb385272dfb0bb7d10cf20eb23d0b7;hp=78d382ad77d3b709289ee34129b0ed6184fd6d83;hb=1db9a6f410e64046dd0057c8db8795abc25a11fd;hpb=a9485d2c298b47c68c0eef97bd91cb5696d7d27f diff --git a/common/money_spam b/common/money_spam index 78d382a..5a362ee 100644 --- a/common/money_spam +++ b/common/money_spam @@ -1,3 +1,4 @@ +# -*- mode: spamassassin -*- # Spam dealing with selling stuff, stocks, etc. is matched by these # rules @@ -161,7 +162,7 @@ score MRG 2 # blarson 2004-11-08 body CITIBANK /\bciti.?bank\b/i describe CITIBANK citibank scam -score CITIBANK 2 +score CITIBANK 3 # blarson 2005-01-14 body HOMEOWNER /home.?owner/i @@ -320,4 +321,26 @@ score GAGO 4 # blarson 2008-07-31 body NYSE /\bNYSE\b/ describe NYSE stock scam -score NYSE 2 \ No newline at end of file +score NYSE 2 + +# cord 2008-11-30 +full LOAN /\bloan\b/ +describe LOAN loan spam +score LOAN 2 + +# cord 2008-11-30 +full CREDIT /\[ck]redit\b/ +describe CREDIT credit spam +score CREDIT 2 + +# cord 2008-12-05 +full LEASING /\bleasing\b/ +describe LEASING leasing spam +score LEASING 2 + +# formorer 2010-01-23 +header LOTTERY from =~ /\blottery\b/i +describe LOTTERY lottery spam +score LOTTERY 2 + +