From: Don Armstrong Date: Mon, 3 Oct 2011 18:18:03 +0000 (+0000) Subject: * add onewordbody and onewordall meta rule X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=commitdiff_plain;h=ecd799cba01921cb33a12cbbd1d5c4a15d3f7281 * add onewordbody and onewordall meta rule git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@378 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- diff --git a/common/phrase_spam b/common/phrase_spam index 07be77f..cffe96c 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -90,6 +90,14 @@ header ONEWORD subject =~ /^(?:Fw:|re:)?\s*\S+\s*$/i describe ONEWORD one word subject score ONEWORD 2 +body ONEWORDBODY /^\s*\S+\s*$/s +describe ONEWORDBODY One word body +score ONEWORDBODY 2 + +meta ONEWORDALL (ONEWORD && ONEWORDBODY) +describe ONEWORDALL Both subject and body contain one word +score ONEWORDALL 4 + # robot101, 2003-09-22 header CROSSWALK X-UnityUser =~ /^Crosswalk.com, Inc/ describe CROSSWALK Crosswalk bible mailing list