X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Furl_spam;h=6eb427e752b7a3916ac756de94e98b054f6fe7c1;hp=ea83f51df76c431c590642074f635b3b2ead7d9c;hb=83d6542d8bc32c6daa1b7f921a538a44c21f2383;hpb=de3b21def2361f2ead62e6f41268f019ad3cbbd9 diff --git a/common/url_spam b/common/url_spam index ea83f51..6eb427e 100644 --- a/common/url_spam +++ b/common/url_spam @@ -1,3 +1,4 @@ +# -*- mode: spamassassin -*- # joy, 2003-06-29 body ORIENTSKY /orient-sky\.com/ describe ORIENTSKY Japanese spam @@ -67,9 +68,10 @@ score CANDYHOS 5 # blarson 2005-12-08 # don 2007-11-21 -- combine other rule; increment score -body GEOCITIES /http\:\/\/.*geocities/i -describe GEOCITIES geocities url -score GEOCITIES 2.5 +# don 2009-02-17 -- increase score even more; ditch http +uri GEOCITIES /geocities/i +describe GEOCITIES geocities uri +score GEOCITIES 3 # blarson 2005-12-24 body EMPTYURL /\bhttp:\/\/(?:www\.)?$/i @@ -498,3 +500,51 @@ score BROKENURL 4 body STUPIDURL /\w+\[\w+\](?:com|net|org)/ describe STUPIDURL No one will guess that fooo[DOT]com is an URL! score STUPIDURL 2.5 + +# blarson 2008-06-16 +body SUGARCOM /\b(?:indicatesugar|industryexpect|eset)\.com\b/ +describe SUGARCOM indicatesugar.com +score SUGARCOM 4 + +# blarson 2008-07-22 +body VIEWMOVIE /\/(?:(?:viewmovie|stream|watchit|topnews|hotnews|fresh|checkit|default|gowatch|showvideo|livestreaming|top|whatsup|tophot|lol|first|index1|1)\.html\b|(?:video|news2\/)\s*$)/ +describe VIEWMOVIE tabiloid style spam +score VIEWMOVIE 3 + +# blarson 2008-07-22 +uri OPERAMAIL /\bwww\.opera\.com\/mail\// +describe OPERAMAIL opera.com mail +score OPERAMAIL 1 + +# blarson 2008-08-09 +body NOSITE /http:\/\/\// +describe NOSITE http URL with no site +score NOSITE 2 + +# don 2008-09-04 +uri TIECORRECT /tiecorrect\.com/ +describe TIECORRECT Contains a tiecorrect.com uri +score TIECORRECT 4 + +# don 2009-02-04 +body FOURMINUTI /4minuti/ +describe FOURMINUTI Spam from 4 minuti +score FOURMINUTI 3 + +# don 2009-02-09 +uri CREDITREPORTURI /creditreport/ +describe CREDITREPORTURI Credit report in the url isn't good +score CREDITREPORTURI 2 + +uri YAARIURI /yaari.com/i +describe YAARIURI Contains a yaari.com uri +score YAARIURI 3 + +uri MALADIRET /maladiretaemails/ +describe MALADIRET Contains a maladiret uri +score MALADIRET 5 + +uri DEBRICOLAJE /debricolaje/i +describe DEBRICOLAJE Contains a debricolaje url +score DEBRICOLAJE 6 +