X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fphrase_spam;h=b2864efbaa24401bc95b54601c6301d7e4bf4cb7;hp=7edc197985c09845502ed3ecbf7e75abd4e34fcb;hb=b7d371dd90b849669f0d107ec3b5d5baa41123e7;hpb=22de5baac70926a056c76c2d7e9b05f151813dd4 diff --git a/common/phrase_spam b/common/phrase_spam index 7edc197..b2864ef 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -359,7 +359,7 @@ score FOURLA 0.1 meta STOCKLIKE (FOURLA && (MONEY || SUBJMONEY)) describe STOCKLIKE Four letter acronyms with money; stock scam -score STOCKLIKE 2 +score STOCKLIKE 1 # blarson 2007-01-26 header ACROBAT8 subject =~ /\badobe acr[o0]bat 8\b/i @@ -710,7 +710,7 @@ describe SEEKEMP seeking for employees score SEEKEMP 3 # blarson 2007-12-27 -body PRICELIST /(?:^(?:adobe|microsoft|intuit|autodesk|symantec)\W.*\b\d{2,}$){3,}/i +body PRICELIST /(?m:^(?:adobe|microsoft|intuit|autodesk|symantec)\W.*\b\d{2,}$){3,}/i describe PRICELIST list of prices score PRICELIST 1 @@ -727,3 +727,23 @@ score NIGHTGIRL 3 body SITESUBJECT /\bPlease see this site in Subject\b/i describe SITESUBJECT Pls check this new site score SITESUBJECT 3 + +# tomv 2008-01-01 +header PLSCHECKSITE from =~ /\bPls check this new site\b/i +describe PLSCHECKSITE Pls check this new site +score PLSCHECKSITE 4 + +# blarson 2008-01-03 +header MARRYCH subject =~ /\bMarry Christmas\b/ +describe MARRYCH Marry Christmas +score MARRYCH 3 + +# don 2008-01-7 +header BUYTHEPRODUCT subject =~ /Buy the product/i +describe BUYTHEPRODUCT Buy the product subject +score BUYTHEPRODUCT 3 + +# blarson 2008-01-11 +body IBERIS /\bIberis Capital Group\b/ +describe IBERIS Iberis Capital Group +score IBERIS 4