From: Don Armstrong Date: Mon, 17 Oct 2011 21:43:11 +0000 (+0000) Subject: * ONEWORDBODY needs to match rawbody, not body X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=commitdiff_plain;h=f48a441b7bbd473e2cd70e6ad39604164f04d729 * 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 --- 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