X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Furl_spam;h=9b3c3c2a7c5ed500fa85a20a48790861b84d53fc;hp=671332ea05d3413af63fab7d26ba87a739c7874b;hb=ed8a835a94d70f211f3fb4cd8093f197e83d823c;hpb=2f85d424c69cffc30de3a12a5bfe45de9e711be7 diff --git a/common/url_spam b/common/url_spam index 671332e..9b3c3c2 100644 --- a/common/url_spam +++ b/common/url_spam @@ -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