Re: spam report help

2012-03-30 Thread Dave Warren
On 3/30/2012 6:59 AM, Bowie Bailey wrote: I believe he is referring to a rule with multiple alternatives. body SPAMWORD /\b(word1|word2|word3|word4)\b/ You know you have a match, but you don't know WHICH word matched. I think debug mode is the only way to get this level of detail. That, or

Re: spam report help

2012-03-30 Thread Bowie Bailey
On 3/30/2012 6:01 AM, Benny Pedersen wrote: > Den 2012-03-30 11:52, Tom Kinghorn skrev: >> On 30/03/2012 11:47, Benny Pedersen wrote: >>> body SPAMWORD /^spamword$/ >>> describe SPAMWORD spamword found in body >>> score SPAMWORD 0.1 >>> >>> untested :) >>> >> Thats exactly what I am doing. >> Its s

Re: spam report help

2012-03-30 Thread Benny Pedersen
Den 2012-03-30 11:52, Tom Kinghorn skrev: On 30/03/2012 11:47, Benny Pedersen wrote: body SPAMWORD /^spamword$/ describe SPAMWORD spamword found in body score SPAMWORD 0.1 untested :) Thats exactly what I am doing. Its shows the description (from the 'describe' section) in the spam report, n

Re: spam report help

2012-03-30 Thread Tom Kinghorn
On 30/03/2012 11:47, Benny Pedersen wrote: body SPAMWORD /^spamword$/ describe SPAMWORD spamword found in body score SPAMWORD 0.1 untested :) Thats exactly what I am doing. Its shows the description (from the 'describe' section) in the spam report, not which word was matched. Thanks Tom

Re: spam report help

2012-03-30 Thread Benny Pedersen
Den 2012-03-30 10:34, Tom Kinghorn skrev: Good morning list. If I have a body rule checking for various banned words in a message body, is there a way to indicate which word matched in the spam-report? eg: when an IP is matched against an RBL, the ip is shown in the spam-report. body SPAMWOR

Re: Spam Report

2005-03-07 Thread Matt Kettler
At 09:53 PM 3/6/2005, Tim Edwards wrote: Here's my local.cf: use_terse_report 0 defang_mime 0 How long has it been since you ran spamassassin --lint? Those two options are long since dead. (ie: pre 2.50)

Re: Spam Report

2005-03-07 Thread Tim Edwards
Thanks that did the trick Bowie Bailey wrote: From: Tim Edwards [mailto:[EMAIL PROTECTED]] Is it possible to enable the full X-Spam-Report field to be added to the message even when the message is not detected as spam. At the moment all my messages detected as spam have X-Spam-Sta

RE: Spam Report

2005-03-07 Thread Bowie Bailey
From: Tim Edwards [mailto:[EMAIL PROTECTED] > > Is it possible to enable the full X-Spam-Report field to be added > to the message even when the message is not detected as spam. At > the moment all my messages detected as spam have X-Spam-Status > fields like this: > X-Spam-Report: > * 0

Re: Spam Report

2005-03-07 Thread Tim Edwards
Here's my local.cf: ### # # rewrite_header Subject *SPAM* # report_safe 1 # trusted_networks 212.17.35. # lock_method flock required_hits 3 always_add_headers 1 always_add_report 1 use_terse_report 0 defang_mime 0 skip_

Re: Spam Report

2005-03-07 Thread Matt Kettler
At 06:04 PM 3/6/2005, Tim Edwards wrote: Is it possible to enable the full X-Spam-Report field to be added to the message even when the message is not detected as spam. At the moment all my messages detected as spam have X-Spam-Status fields like this: but my ham messages only have stuff like t