Auteur: Chris Webb Date: À: exim-users Sujet: Re: [exim] Case issue with sender callout verification
Chris Webb <chris@???> writes:
> I've tried both adding control=caseful_local_part to the ACL and (just in
> case---although I can't see that it should have any effect!)
> caseful_local_part to our remote SMTP router without success.
Whilst trying to prune down my config to the minimum necessary to
reproduce the behaviour, I've tracked this one down. It turns out that
caseful_local_part isn't needed on the remote SMTP router... but on the
srs mangling router immediately before it!
I use $local_part as the data portion of the redirect, which is the
downcased version of the local part unless caseful_local_part is set.
Oops! (srs_mangle also ought to be no_verify, looking back at my config.)