Re: [exim] Spamassassin status header - confused!

Top Page
Delete this message
Reply to this message
Author: John Horne
Date:  
To: Exim users
Subject: Re: [exim] Spamassassin status header - confused!
On Fri, 2006-06-30 at 14:51 +0100, Peter Bowyer wrote:
>
> This example comes straight from the docs I referenced earlier:
>
> # put headers in all messages (no matter if spam or not)
> warn  message = X-Spam-Score: $spam_score ($spam_bar)
>       spam = nobody:true
> warn  message = X-Spam-Report: $spam_report
>       spam = nobody:true

>
> # add second subject line with *SPAM* marker when message
> # is over threshold
> warn  message = Subject: *SPAM* $h_Subject:
>       spam = nobody

>
> # reject spam at high scores (> 12)
> deny  message = This message scored $spam_score spam points.
>       spam = nobody:true
>       condition = ${if >{$spam_score_int}{120}{1}{0}}

>
> You can adapt for your circumstances by adding your message size
> condition to all the sections.
>

Nope - I'm confused again. How does that help with us getting the
X-Spam-Status header included in our mail messages? What I'm looking for
is the header to be included because it contains the SA tests that are
activated when SA checks the message.



John.

-- 
---------------------------------------------------------------
John Horne, University of Plymouth, UK  Tel: +44 (0)1752 233914
E-mail: John.Horne@???       Fax: +44 (0)1752 233839