From f48a441b7bbd473e2cd70e6ad39604164f04d729 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 17 Oct 2011 21:43:11 +0000 Subject: [PATCH] * ONEWORDBODY needs to match rawbody, not body git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@384 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/phrase_spam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/phrase_spam b/common/phrase_spam index 3899606..47124ac 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -90,7 +90,7 @@ header ONEWORD subject =~ /^(?:Fw:|re:)?\s*\S+\s*$/i describe ONEWORD one word subject score ONEWORD 2 -body ONEWORDBODY /^\s*\S+\s*$/s +rawbody ONEWORDBODY /^\s*\S+\s*$/s describe ONEWORDBODY One word body score ONEWORDBODY 2 -- 2.39.2