]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/url_spam
* Tweak fashion url some more
[spamassassin_config.git] / common / url_spam
index d0375dccda7167d9e9b4ddb9f65575103cb79055..88e006d8f9d504a23e60bba905e368e2e417b654 100644 (file)
@@ -464,11 +464,6 @@ uri MYTHANKYOUURI  /www\.mythankyou\.com/i
 describe MYTHANKYOUURI www.mythankyou.com
 score MYTHANKYOUURI    5
 
 describe MYTHANKYOUURI www.mythankyou.com
 score MYTHANKYOUURI    5
 
-# don 2008-04-08
-uri BLOGSPOTURI                /blogspot\.com/i
-describe BLOGSPOTURI   something.blogspot.com
-score BLOGSPOTURI      2.5
-
 # blarson 2008-04-09
 uri SAMEAS             /\bsupersameas\.com\b/
 describe SAMEAS                supersameas.com
 # blarson 2008-04-09
 uri SAMEAS             /\bsupersameas\.com\b/
 describe SAMEAS                supersameas.com
@@ -493,3 +488,12 @@ score EQMEDS               4
 uri MYLIVE                     /\bmylivegi\b/i
 describe MYLIVE                mylivegirlx.com
 score MYLIVE           4
 uri MYLIVE                     /\bmylivegi\b/i
 describe MYLIVE                mylivegirlx.com
 score MYLIVE           4
+
+# don 2008-05-26
+body BROKENURL         /^\s*www((\s+\.\s*)|(\s*\.\+))\S+((\s+\.\s*)|(\s*\.\+))(com|net|org)\s*$/
+describe BROKENURL     Broken url displayed
+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