Re: [Exim] Re: Exiscan and Spamassassin

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Scott Call
Datum:  
To: exim-users
Betreff: 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