]> git.donarmstrong.com Git - spamassassin_config.git/commitdiff
Blars:
authorDon Armstrong <don@debian.org>
Sat, 17 Nov 2007 02:22:25 +0000 (02:22 +0000)
committerDon Armstrong <don@debian.org>
Sat, 17 Nov 2007 02:22:25 +0000 (02:22 +0000)
 * 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

common/misc_spam
common/url_spam

index 63c94d81a333266acfd8441145b07b9028b20804..702ea0e8f702dcac1c3eeb12efee8a0893771f94 100644 (file)
@@ -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
index 946e9692a1709ead6e81421a983eec131088eec5..e938258e731d8ce74131b5379bf845f58ad488d2 100644 (file)
@@ -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