From d5c659d96c9739c7d352a5147f36a77b46fc8b49 Mon Sep 17 00:00:00 2001 From: Alexander Wirt Date: Sat, 23 Jan 2010 10:26:29 +0000 Subject: [PATCH 1/1] 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 --- common/misc_spam | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.2