X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fphrase_spam;h=c88d548b72b4ba750be633d7450126228f00aff1;hp=76cf98eb1eec82f062c78c91c1feb26f313bbc82;hb=33e16025c8f97a8e5f0952327014505c88b436aa;hpb=b9a2e3952237811f1bc90a67081187463b39d549 diff --git a/common/phrase_spam b/common/phrase_spam index 76cf98e..c88d548 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -164,8 +164,8 @@ score TEDIOUS_WITTER 2 # cjwatson, 2004-03-12 # blarson 2004-06-09 -header UNI_DIPLOMA Subject =~ /\b(university|college|doctora+te|bache+lor)\s+(dip[l1][o0]ma|cert|degree)/i -describe UNI_DIPLOMA Got one, thanks +header UNI_DIPLOMA subject =~ /\b(?:university|college|doctora+te|bache+lor|maste+rs?)[\/\s]+(?:(dip[l1][o0]ma|cert|degree)|(?:university|college|doctora+te|bache+lor|maste+rs?))/i +describe UNI_DIPLOMA Got a diploma, thanks score UNI_DIPLOMA 4 # blarson 2004-04-27 @@ -174,7 +174,7 @@ describe UNI2 Got one, thanks score UNI2 4 # don 2007-11-03 -body UNI3 /(?:(?:maste+rs|batche+lor|m\s*b\s*a\s*|ph\.?\s*d|doctora+te)\s*[,.]?\s*){2,}/i +body UNI3 /(?:(?:maste+rs|batche+lor|m\s*b\s*a\s*|ph\.?\s*d|doctora+te)\s*[,.\/]?\s*){2,}/i describe UNI3 multiple types of degrees score UNI3 2 @@ -449,7 +449,7 @@ score HASSENT 4 # don 2008-04-19 header WANTTOCHAT subject =~ /\b(?:(?:would like|wants|feels?) (?:to chat|like chatting|to keep up with you))\b/i describe WANTTOCHAT I want to chat/keep up with spam -score WANTTOCHAT 4 +score WANTTOCHAT 5.5 # blarson 2007-09-20 header ORDERNUM subject =~ /\b(?:Order|Recipet)\s*.?\d{3,}/i @@ -877,3 +877,19 @@ score RERE 1 header CLAIMTICKETS subject =~ /claim.+ticket/i describe CLAIMTICKETS Blah blah claim ticket score CLAIMTICKETS 4 + +# don 2008-05-05 +header WAITINGREPLY subject =~ /waiting for your? (reply|to repsond|response)/i +describe WAITINGREPLY Waiting for your reply +score WAITINGREPLY 4 + +# don 2008-05-15 +body CONTACTUS /contact us by email:/ +score CONTACTUS 3 +describe CONTACTUS Don't contact us, we'll spam you + +# don 2008-06-18 +header FASHION subject =~ /(?:(?:armani|chanel|boss|versache|ugg|dsquared)(?:\,\s*|$)){2,}/i +describe FASHION Fashion designers in subject +score FASHION 2 +