From f98de9cbafb48d7c8b1907f36fa190666a248911 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 31 Oct 2007 21:24:53 +0000 Subject: [PATCH 1/1] * Apply patches from blarson git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@89 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/phrase_spam | 30 ++++++++++++++++++++++++++++++ common/url_spam | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/common/phrase_spam b/common/phrase_spam index 0d53bc9..c10f00d 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -587,3 +587,33 @@ score PASTERESUME 3 body LETHIHELO /\{Let\:HI,Hi,Hello,hEllo,heLlo,helLo,hellO,HEllo\} how are you/ describe LETHIHELO Hello, how are you score LETHIHELO 4 + +# blarson 2007-10-29 +body DIREKTOR /Direktor of Softline/i +describe DIREKTOR Direktor of Softline +score DIREKTOR 3 + +# blarson 2007-10-29 +body THEDEG /\bthe_degree\b/ +describe THEDEG the_degree +score THEDEG 3 + +# blason 2007-10-29 +body DYNMH /D Y N A M I C M EDIA HOLDIN/ +describe DYNMH D Y N A M I C M EDIA HOLDIN +score DYNMH 4 + +# blarson 2007-10-30 +header LEGBUD subject =~ /\b(?:Legal|smoking) Bud/i +describe LEGBUD Legal Bud +score LEGBUD 4 + +# blarson 2007-10-30 +full LEGBUD2 /\b(?:Legal|smoking) Bud/i +describe LEGBUD2 Legal Bud +score LEGBUD2 4 + +# blarson 2007-10-31 +body SMOKING /\b(?:beat|stop|quit|without)\s+(?:nicotine|smoking|cigarettes)\b/i +describe SMOKING stop smoking +score SMOKING 3 diff --git a/common/url_spam b/common/url_spam index 2afdd4e..cd2b357 100644 --- a/common/url_spam +++ b/common/url_spam @@ -116,7 +116,7 @@ describe BESTLOANS Best loans url score BESTLOANS 2 # blarson 2007-07-22 2007-09-12 -body PENPRO /\@(?:penmailpro|OnsetIng|openprotection|NearOut|SuperOnset|medicalgloveonline|YourOnset|GreatGloveCell)\.info\b/i +body PENPRO /\@(?:penmailpro|OnsetIng|openprotection|NearOut|SuperOnset|medicalgloveonline|YourOnset|GreatGloveCell|thegloveworks)\.info\b/i describe PENPRO penmailpro spam score PENPRO 3.5 -- 2.39.2