From 7fcf11cf9520c2ba3f2d686bfd9a3b9124019d18 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 16 Nov 2007 01:16:26 +0000 Subject: [PATCH] add more blars patches git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@103 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/drug_spam | 2 +- common/misc_spam | 5 +++++ common/url_spam | 9 +++++++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/common/drug_spam b/common/drug_spam index cea4c66..0263cb7 100644 --- a/common/drug_spam +++ b/common/drug_spam @@ -259,6 +259,6 @@ describe XTRASIZE more penis spam score XTRASIZE 2 # blarson 2007-11-14 -header BIGORGAN subject =~ /\b(?:macro|sizeable|bouffant|colossal|elephantin|largish|gargantuan|vast|ample|broad|huge|size|significant|oversized|monolithic|hulky|voluminous|whopping|enormous|titanic|large|extended|bulky|humongous|outsize|puffy|prodigious|extended|sized|monstrous|wide|thumping|stupendous|gigantic|big|important|mountainous|immense|extended|plumping|tremendous|extensive|massive|sizable|conspicuous|prodigious|jumbo|monster|greatest|scale|immence|spacious|ranging)\s+(?:body part|member|phallus|fuckstick|shlong|dick|shaft|penis|erectile|organ|cock|rod|shaft)\b/i +header BIGORGAN subject =~ /\b(?:macro|sizeable|bouffant|colossal|elephantin|largish|gargantuan|vast|ample|broad|huge|size|significant|oversized|monolithic|hulky|voluminous|whopping|enormous|titanic|large|extended|bulky|humongous|outsize|puffy|prodigious|extended|sized|monstrous|wide|thumping|stupendous|gigantic|big|important|mountainous|immense|extended|plumping|tremendous|extensive|massive|sizable|conspicuous|prodigious|jumbo|monster|greatest|scale|immence|spacious|ranging|giant|biggish|outsized|whacking|fat|capacious|grand|intense|monumental|rangy|prominent|cosmic)\s+(?:body part|member|phallus|fuckstick|shlong|dick|shaft|penis|erectile|organ|cock|rod)\b/i describe BIGORGAN big body part score BIGORGAN 3 diff --git a/common/misc_spam b/common/misc_spam index f8a465a..63c94d8 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -280,3 +280,8 @@ score ICQ 2 header XJ2ID X-J2Id =~ /\d+/ describe XJ2ID fax bounce score XJ2ID 4 + +# blarson 2007-11-15 +header LONGWORD subject =~ /\b\w{40,}/i +describe LONGWORD long word in subject +score LONGWORD 2 diff --git a/common/url_spam b/common/url_spam index 9fb5b52..a1a211e 100644 --- a/common/url_spam +++ b/common/url_spam @@ -179,7 +179,7 @@ tflags URIBL_SBL net score URIBL_SBL 3.5 # blarson 2007-09-17 -body MYCHEAP /\b(?:my)?cheap(?:xp|adobe)?(?:oem|soft)(?:now|ware)?(?:(?:4|for)?less)?\d*\s*\.\s*com\b/i +body MYCHEAP /\b(?:my)?cheap(?:xp|adobe)?(?:oem|soft)+(?:now|ware)?(?:(?:4|for)?less)?\d*\s*\.\s*com\b/i describe MYCHEAP software spam score MYCHEAP 4 @@ -283,6 +283,11 @@ describe HANOIFASH WWW.HANOI-FASHION.COM score HANOIFASH 4 # blarson 2007-11-06 -body ONLINEMED /\b(?:onlinemedicalkey|pharm\w*|webvinz|wendebay|webdcd)\s*\.\s*com\b/i +body ONLINEMED /\b(?:onlinemedicalkey|pharm\w*|webvinz|wendebay|webdcd|vowelstep|wclth)\s*\.\s*com\b/i describe ONLINEMED onlinemedicalkey.com score ONLINEMED 4 + +# blarson 2007-11-15 +body GETUP /\bgetupgradednow\.com\b/i +describe GETUP getupgradednow.com +score GETUP 4 -- 2.39.2