X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fmoney_spam;h=1443423a5b361248e9887367deb4c14b7d2bea86;hb=e437ff320c729d20c68dcc79af5ee3a385ea7b86;hp=769c1503f4cfa01248840a8821651db35d48d21e;hpb=a555aa1c31fbcb8da53edd71a66da84eb4458ae3;p=spamassassin_config.git diff --git a/common/money_spam b/common/money_spam index 769c150..1443423 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 @@ -261,7 +262,8 @@ body MONEY /((usd|yen|eur?o?|dollar|\$)\s*\d[\d\.\,]+|\d[\d\.\,]+\s*(usd|yen|eu describe MONEY Some amount of money in body score MONEY 0.5 -header SUBJMONEY subject =~ /((usd|yen|eur?o?|dollar|\$)\s*[\d\.\, ]+|[\d\.\, ]+\s*(usd|yen|eur?o?|dollar|\$))/i +# don 2015-01-11 (tweaking rule slightly; must contain at least one digit to be money +header SUBJMONEY subject =~ /((usd|yen|eur?o?|dollar|\$)(?:[\d\.\, ]*\d[\d\.\, ]*)|(?:[\d\.\, ]*\d[\d\.\, ]*)(usd|yen|eur?o?|dollar|\$))/i describe SUBJMONEY Some amount of money in subject score SUBJMONEY 3 @@ -284,7 +286,7 @@ 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 +header WATCHES subject =~ /\b(?:watches|time\s*piece|aRolex|Cartier|Omega)\b/i describe WATCHES watches score WATCHES 2 @@ -332,3 +334,14 @@ 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 + +