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

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Graeme Fowler
Dátum:  
Címzett: exim-users
Tárgy: 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