]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/url_spam
* add rule to match yari garbage
[spamassassin_config.git] / common / url_spam
index 45185f6d24583c24deaa1c8ff7302aa63ce112c8..42614e3a309bd9de9346c8bf0b0665e0ea90f72d 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: spamassassin -*-
 # joy, 2003-06-29
 body ORIENTSKY                 /orient-sky\.com/
 describe ORIENTSKY             Japanese spam
@@ -519,3 +520,18 @@ 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 4MINUTI           /4minuti/
+describe 4MINUTI       Spam from 4 minuti
+score 4MINUTI          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