]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/phrase_spam
* ONEWORDBODY needs to match rawbody, not body
[spamassassin_config.git] / common / phrase_spam
index 3899606a92bf6249b48247a627838e4806121fbf..47124acca89ef8cb274a15a7b4658f9966a4ae0b 100644 (file)
@@ -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