Auteur: Nico Erfurth Date: À: Bruce Richardson, Exim-Users (E-mail) Sujet: Re: [Exim] Urgent problem: Blanket rejection problem on upgrade to
4.31
Bruce Richardson wrote:
> No, it shouldn't. Recipient verification should not automatically
> trigger callout sender verification. If I chose to do callout sender
> verification, that might avoid that problem but I choose not to. I just
> do basic "!verify=sender" verification.
> /* Do NOT cache a reject when this is a recipient verification,
> otherwise the WHOLE domain is be blocked for ALL senders */
> if (!is_recipient) new_domain_record.result = ccache_reject;