]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/url_spam
* Make chat rules broader and consolidate
[spamassassin_config.git] / common / url_spam
index 671332ea05d3413af63fab7d26ba87a739c7874b..9b3c3c2a7c5ed500fa85a20a48790861b84d53fc 100644 (file)
@@ -458,3 +458,23 @@ score BIFUTRA              4
 body LONGLINEURL       /^.{55,}\S\shttp:\/\/www\.\w+\.(?:com|net|org)\/\s*$/
 describe LONGLINEURL   long line ending in a simple url
 score LONGLINEURL      2
+
+# don 2008-04-07
+uri MYTHANKYOUURI      /www\.mythankyou\.com/i
+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
+score SAMEAS           3
+
+# blarson 2008-04-12
+body URIEXE            /\bhttp:\S*\.exe\b/
+describe URIEXE                .exe url
+score URIEXE           3