X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fphrase_spam;h=3899606a92bf6249b48247a627838e4806121fbf;hb=10c4cba8d3e339642c3bef73bb7a051bf86cd46e;hp=07be77f6c637074cdff85a0e3e6bc58fbe9fb9c8;hpb=eb47cfc7907d9f927fe91f5ad8515ab66540adec;p=spamassassin_config.git diff --git a/common/phrase_spam b/common/phrase_spam index 07be77f..3899606 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 @@ -1023,3 +1031,6 @@ describe WEBINAR Contains webinar score WEBINAR 2 +header TRIALVERSION subject =~ /trial\s*version/i +describe TRIALVERSION Trial version in subject +score TRIALVERSION 3 \ No newline at end of file