From 9b06a08d69a5b985b61b7b84ce592245ea16a179 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 22 Sep 2009 18:59:50 +0000 Subject: [PATCH] * add NUMEMAIL rule git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@317 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/misc_spam | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/misc_spam b/common/misc_spam index 7e5b7cd..69df741 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -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 -- 2.39.2