https://bugs.exim.org/show_bug.cgi?id=2147
Alexandru Chirila <chirila@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |---
--- Comment #3 from Alexandru Chirila <chirila@???> ---
Sorry for re-opening this, but I still believe this is not working as intended.
The documentation states, as you also mentioned: "and used to force the current
and subsequent callout checks to succeed". However, right now, the current
callout checks defers instead of succeeding, while subsequent check are
successful.
>From my example debug log, snipping out parts that don't seem relevant:
=====
>>> processing "deny"
>>> check !verify = recipient/callout=2m,random
>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>> SMTP>> MAIL FROM:<> SIZE=1023
>>> SMTP>> RCPT TO:<server1.test24.simplyspamfree.com-1500022496-testing@???>
>>> cmd buf flush 116 bytes
>>> SMTP<< 250 OK
>>> SMTP<< 250 Accepted
>>> SMTP>> QUIT
>>> ----------- end verify ------------
>>> deny: condition test deferred in ACL "acl_check_rcpt"
=====
I think the intention here is to have this check be successful instead of
returning a deferral.
--
You are receiving this mail because:
You are on the CC list for the bug.