X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fmoney_spam;h=78d382ad77d3b709289ee34129b0ed6184fd6d83;hp=310755a89295123f64aa8c0e21a64a8ed6da19a0;hb=812dc177a20dcbd6377ae1efa98c92d57a944728;hpb=5009e0d5f9f2ae54738efee949971442729b9b0d diff --git a/common/money_spam b/common/money_spam index 310755a..78d382a 100644 --- a/common/money_spam +++ b/common/money_spam @@ -302,8 +302,22 @@ 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