]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/misc_spam
* add NUMEMAIL rule
[spamassassin_config.git] / common / misc_spam
index 93f0ce349c37c1b8b0428ceb8e4f53817408bf37..69df741e0ff59a2475e2236b465690d455fec08a 100644 (file)
@@ -22,7 +22,7 @@ describe GUEBDE www.geub.de
 score GUEBDE    5
 
 # Don 2008-06-27
-rawbody         PGPSIGNATURE   /-----BEGIN PGP SIGNATURE-----/
+full    PGPSIGNATURE   /-----BEGIN PGP SIGNATURE-----/
 describe PGPSIGNATURE  Has a pgp signature (may not be valid, but who cares?)
 score   PGPSIGNATURE   -5
 
@@ -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