]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/url_spam
* fix spamsubject and fromabuse rules
[spamassassin_config.git] / common / url_spam
index 42614e3a309bd9de9346c8bf0b0665e0ea90f72d..b4df390c0391864e4ab114e3ba54d4ef2a7d317a 100644 (file)
@@ -68,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
@@ -526,12 +527,15 @@ describe TIECORRECT       Contains a tiecorrect.com uri
 score TIECORRECT       4
 
 # don 2009-02-04
-body 4MINUTI           /4minuti/
-describe 4MINUTI       Spam from 4 minuti
-score 4MINUTI          3
+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
-       
\ No newline at end of file
+
+uri YAARIURI            /yaari.com/i
+describe YAARIURI       Contains a yaari.com uri
+score YAARIURI          3