]> git.donarmstrong.com Git - spamassassin_config.git/commitdiff
* add NUMEMAIL rule
authorDon Armstrong <don@debian.org>
Tue, 22 Sep 2009 18:59:50 +0000 (18:59 +0000)
committerDon Armstrong <don@debian.org>
Tue, 22 Sep 2009 18:59:50 +0000 (18:59 +0000)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@317 0b7a5b0c-1f2c-0410-bd74-c376f8064c91

common/misc_spam

index 7e5b7cda9ced1bf5dfb9cd9a8c8c7de59aea922a..69df741e0ff59a2475e2236b465690d455fec08a 100644 (file)
@@ -428,3 +428,8 @@ score TOINFO                1
 header CONSTCONTACT    X-Mailer =~ /Constant Contact/i
 describe CONSTCONTACT  Mail comming from constant contact, which doesn't require double opt-in
 score CONSTCONTACT     5
+
+# don 2009-09-22
+body NUMEMAIL          /\d{3,}\s+emails?/i
+describe NUMEMAIL      Mail which mentions some number of e-mail addresses
+score NUMEMAIL         2