X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Furl_spam;h=c5a2d63af9861c05d8a97b297188570dcb63e05c;hp=561092c1bd65ecd0a69d0c498bc07a299cf02c5d;hb=caa03d2733b676199265ab8509d58c188e56d547;hpb=f56ee5578486ce7262906f063bdc66308a7d41f6 diff --git a/common/url_spam b/common/url_spam index 561092c..c5a2d63 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 @@ -523,3 +525,21 @@ score NOSITE 2 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 DEBRICOLAJE /debricolaje/i +describe DEBRICOLAJE Contains a debricolaje url +score DEBRICOLAJE 6 \ No newline at end of file