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

Top Page
Delete this message
Reply to this message
Author: Graeme Fowler
Date:  
To: exim-users
Subject: 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