From 48b35e28c6e843444c424837f96112f3c1f4e229 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 7 Oct 2007 18:45:33 +0000 Subject: [PATCH] * Change the score of SUBJECT_ENCODED_TWICE to zero git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@53 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/scores | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/scores b/common/scores index 1bf8cfa..267657a 100644 --- a/common/scores +++ b/common/scores @@ -109,3 +109,7 @@ score HTML_FONT_BIG 3.0 score MIME_MISSING_BOUNDARY 3.0 score MIME_HTML_MOSTLY 3.0 # score DATE_IN_FUTURE 3.0 + +# This rule is wrong; it matches messages which have multi-line +# encoded subjects +score SUBJECT_ENCODED_TWICE 0 -- 2.39.2