Auteur: Marc Sherman Date: À: exim-users Sujet: Re: [exim] received_protocol during sender verification
Phil Pennock wrote: >
> So conceptually, we want:
> condition = ${if and {{eq {$sender_address}{}}\
> {!eq{$received_protocol}{local}}} {yes}{no}}
>
> The problem here is that $received_protocol is not changed during
> sender verification. I believe that since the message being routed
> would have been generated locally, a proper routing test would set
> $received_protocol, and perhaps the other flags too. Alternatively,
> a global variable such as $verifying_sender which is only true during
> such a test.