X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Furl_spam;h=45185f6d24583c24deaa1c8ff7302aa63ce112c8;hp=88e006d8f9d504a23e60bba905e368e2e417b654;hb=a9485d2c298b47c68c0eef97bd91cb5696d7d27f;hpb=0313d43a790a04ce4625a58bfc72d9eb9dd655c6 diff --git a/common/url_spam b/common/url_spam index 88e006d..45185f6 100644 --- a/common/url_spam +++ b/common/url_spam @@ -494,6 +494,28 @@ body BROKENURL /^\s*www((\s+\.\s*)|(\s*\.\+))\S+((\s+\.\s*)|(\s*\.\+))(com|net| describe BROKENURL Broken url displayed score BROKENURL 4 -body STUPIDURL /\w+\[\w+\](?:com|net|org)/; +# don 2008-06-13 +body STUPIDURL /\w+\[\w+\](?:com|net|org)/ describe STUPIDURL No one will guess that fooo[DOT]com is an URL! score STUPIDURL 2.5 + +# blarson 2008-06-16 +body SUGARCOM /\b(?:indicatesugar|industryexpect|eset)\.com\b/ +describe SUGARCOM indicatesugar.com +score SUGARCOM 4 + +# blarson 2008-07-22 +body VIEWMOVIE /\/(?:(?:viewmovie|stream|watchit|topnews|hotnews|fresh|checkit|default|gowatch|showvideo|livestreaming|top|whatsup|tophot|lol|first|index1|1)\.html\b|(?:video|news2\/)\s*$)/ +describe VIEWMOVIE tabiloid style spam +score VIEWMOVIE 3 + +# blarson 2008-07-22 +uri OPERAMAIL /\bwww\.opera\.com\/mail\// +describe OPERAMAIL opera.com mail +score OPERAMAIL 1 + +# blarson 2008-08-09 +body NOSITE /http:\/\/\// +describe NOSITE http URL with no site +score NOSITE 2 +