X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fmisc_spam;h=f4fc654da423d047eea09ed40cda479c613700f2;hp=84ff021429e9b167bfa690e2b660dce0bcc42eb0;hb=2c50b4a0861f83e732214ec8bdab1cd40a9c8c85;hpb=5b2217ba95fc6b3fcc3f866ca14b80e58a5717f1 diff --git a/common/misc_spam b/common/misc_spam index 84ff021..f4fc654 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -517,3 +517,33 @@ score BACKTOME 4 header STEEL subject =~ /stainless steel cookware/i describe STEEL who need steel cookware? score STEEL 4 + +# blarson 2012-02-23 +header SINGLES subject =~ /\bsingles\b/i +describe SINGLES singles +score SINGLES 4 + +header CMAEOUT X-CMAE-OUT-Score =~ /.+/ +describe CMAEOUT Cmae out +score CMAEOUT 3.5 + +# blarson 2012-05-05 +body FBPHOTO /\b(photo|pict?|image)\s+on\s+(fb|facebook)\b/i +describe FBPHOTO facebook photo +score FBPHOTO 4 + +header TRADEME subject =~ /Can you afford not to trade/ +describe TRADEME we don't trade +score TRADEME 4 + +# cord 2013-11-09 +header PHPMAILER X-Mailer =~ /PHPMailer/ +describe PHPMAILER X-Mailer: PHPMailer +score PHPMAILER 2 + +# formorer 2013-11-24 +header FROMTWOO from =~ /twoomail\.com/i +describe FROMTWOO from twoomail +score FROMTWOO 3 + +