Re: [Exim] Re: Exiscan and Spamassassin

Top Pagina
Delete this message
Reply to this message
Auteur: Scott Call
Datum:  
Aan: exim-users
Onderwerp: Re: [Exim] Re: Exiscan and Spamassassin
On Fri, 13 Aug 2004, cjackson wrote:

> The question now is: Why isn't spamd adding the X-Spam-Score header?
>


exiscan doesn't read back in the modified headers from spamd, you need to
craft your own headers in the ACL.

From the exiscan spec:
warn  message = X-Spam-Score: $spam_score ($spam_bar)
       spam = nobody:true
warn  message = X-Spam-Report: $spam_report
       spam = nobody:true


Good luck
-S