Re: [exim] exim skips spamd on it's own ( randomly )

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Graeme Fowler
Data:  
Para: exim-users
Assunto: Re: [exim] exim skips spamd on it's own ( randomly )
On Wed, 2013-08-28 at 18:33 +0200, Cyborg wrote:
> defer_ok


I believe you need to check the docs about that clause, as it indicates
if Exim gets a defer back from spamd (which it might, if times out) then
it assumes the message passes the spam check and does not subsequently
add your header.

That then unsets spam_score(_int), and will potentially miss your second
test.

Graeme