From 5bcf9f51009d8eef001b58fa297deda0ef3a7962 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sun, 28 Oct 2007 18:10:41 +0000 Subject: [PATCH] * fixed my CN pron spam rule * added a rule catching {Let:HI,Hi,Hello,hEllo,heLlo,helLo,hellO,HEllo} how are you git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@86 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/phrase_spam | 4 ++++ common/pron_spam | 9 +++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/common/phrase_spam b/common/phrase_spam index 779a150..f4e8c28 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -558,3 +558,7 @@ score FAILNOTE 4 full STILLSINGLE /\bstill\s+single\b/i describe STILLSINGLE still single score STILLSINGLE 2 + +body LETHIHELO /\{Let\:HI,Hi,Hello,hEllo,heLlo,helLo,hellO,HEllo\} how are you/ +describe LETHIHELO Hello, how are you +score LETHIHELO 4 diff --git a/common/pron_spam b/common/pron_spam index 58181d1..7d15728 100644 --- a/common/pron_spam +++ b/common/pron_spam @@ -224,9 +224,10 @@ body XXXBODY /xxx/i describe XXXBODY Body containing xxx score XXXBODY 4 -# zobel -# don 2007-10-25 mod -body CNSITESPRON /\bdot\s+cn\b/i +#zobel +body __CNSITES1 /\bdot\s+cn\b/i +body __CNSITES2 /\b\s+cn\b/i +meta CNSITESPRON __CNSITES1 || __CNSITES2 describe CNSITESPRON dot cn pron -body CNSITESPRON 4 +score CNSITESPRON 4 -- 2.39.2