Tim Jackson wrote:
> You probably want something like this:
>
> deny message = $sender_host_address is listed at $dnslist_domain
> hosts = !+relay_from_hosts
I still prefer, and wish the Exim documentation would stress:
!hosts = +relay_from_hosts
To my eye, it's clearly saying what the user intends, and there's no
issue if the user decides to add a macro, a direct host name/IP or even
another hostlist after "relay_from_hosts" (which was part of the OP's
original problem).