From: Don Armstrong Date: Sat, 17 Nov 2007 02:22:25 +0000 (+0000) Subject: Blars: X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=commitdiff_plain;h=8a22a55bc937824a7d826d15d1f284a9c7e11175 Blars: * Add more medicine urls * Add foo . com rule * Include digits in long words git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@105 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- diff --git a/common/misc_spam b/common/misc_spam index 63c94d8..702ea0e 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -282,6 +282,6 @@ describe XJ2ID fax bounce score XJ2ID 4 # blarson 2007-11-15 -header LONGWORD subject =~ /\b\w{40,}/i +header LONGWORD subject =~ /\b[\w\d]{30,}/i describe LONGWORD long word in subject score LONGWORD 2 diff --git a/common/url_spam b/common/url_spam index 946e969..e938258 100644 --- a/common/url_spam +++ b/common/url_spam @@ -283,7 +283,7 @@ describe HANOIFASH WWW.HANOI-FASHION.COM score HANOIFASH 4 # blarson 2007-11-06 -body ONLINEMED /\b(?:onlinemedicalkey|pharm\w*|webvinz|wendebay|webdcd|vowelstep|wclth|duringgear)\s*\.\s*com\b/i +body ONLINEMED /\b(?:onlinemedicalkey|pharm\w*|webvinz|wendebay|webdcd|vowelstep|wclth|duringgear|broadbasic|instantsuffix)\s*\.\s*com\b/i describe ONLINEMED onlinemedicalkey.com score ONLINEMED 4 @@ -291,3 +291,8 @@ score ONLINEMED 4 body GETUP /\bgetupgradednow\.com\b/i describe GETUP getupgradednow.com score GETUP 4 + +# blarson (pusling's idea) 2007-11-16 +body SPACECOM /^[\w\d]+\s\.\scom\b/ +describe SPACECOM whatever . com +score SPACECOM 2