Hello Adam,

Adam Stephens, 08.09.2006 (d.m.y):

> On Fri, 8 Sep 2006, John Robinson wrote:
> 
>    # Always add X-Spam-Score and X-Spam-Report headers, using SA system-wide 
> settings
>    # (user "nobody"), no matter if over threshold or not.
>    warn  message = X-Spam-Score: $spam_score ($spam_bar)
>          spam = nobody:true
>    warn  message = X-Spam-Report: $spam_report
>          spam = nobody:true
> 
> Like the comment says, these headers will be added regardless of the 
> spam score. You want to only add the X-Spam-Report header if the message 
> is over the threshold, like this:
> 
>    warn  message = X-Spam-Report: $spam_report
>          spam = nobody

I think I just didn't get something: What is the difference between
    warn  message = X-Spam-Report: $spam_report
          spam = nobody
and
    warn  message = X-Spam-Report: $spam_report
          spam = nobody:true
?

Regards,
Christian Schmidt

-- 
Werte müssen einen lebenspraktischen Bezug haben, wenn sie respektiert
werden sollen.
                -- Klaus Brandstetter

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to