]> git.donarmstrong.com Git - spamassassin_config.git/commitdiff
* fixed my CN pron spam rule
authorMartin Zobel-Helas <zobel@debian.org>
Sun, 28 Oct 2007 18:10:41 +0000 (18:10 +0000)
committerMartin Zobel-Helas <zobel@debian.org>
Sun, 28 Oct 2007 18:10:41 +0000 (18:10 +0000)
* 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
common/pron_spam

index 779a150c7103fb6269f792840325f8aa1d08223b..f4e8c28c4cde0f6a70f9f04a1d4fbf1f1344867f 100644 (file)
@@ -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
index 58181d15dd389e3ac1496df4ca6bb2c74c4805d5..7d1572800273a6b5725398679b76254e2f93365e 100644 (file)
@@ -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