Re: [Exim] Re: Exiscan and Spamassassin

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Scott Call
Data:  
Para: exim-users
Asunto: 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