From: Alexander Wirt Date: Sat, 23 Jan 2010 10:26:29 +0000 (+0000) Subject: Score To lines in the form of 'foo@bar.de, bar@baz.de, ..' with more than 15 recips X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=commitdiff_plain;h=d5c659d96c9739c7d352a5147f36a77b46fc8b49 Score To lines in the form of 'foo@bar.de, bar@baz.de, ..' with more than 15 recips git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@333 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- diff --git a/common/misc_spam b/common/misc_spam index 9c51303..76e242e 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -463,3 +463,8 @@ score DOTNET 3 body REMBOX /\brembox\@/ describe REMBOX rembox score REMBOX 3 + +# formorer 2010-01-23 +header LONGTO to =~ /([\S]+, ){15,}/ +describe LONGTO very long To line +score LONGTO 3