X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fmoney_spam;h=78d382ad77d3b709289ee34129b0ed6184fd6d83;hp=542c56cb0716fed35f1b887238e5f965a7920bcc;hb=812dc177a20dcbd6377ae1efa98c92d57a944728;hpb=bae9f77537c76cd539ec4111aae4d68180ed0963 diff --git a/common/money_spam b/common/money_spam index 542c56c..78d382a 100644 --- a/common/money_spam +++ b/common/money_spam @@ -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 @@ -300,4 +300,24 @@ score SOFTWARERETAIL 3.2 # cord 2008-01-23 full DEPOSIT /deposit/i describe DEPOSIT Deposit -score DEPOSIT 3 +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