Autor: Chris Jensen
Data:
Para: exim-users
Assunto: Re: [exim] detecting local IP in exim filter
> Sorry, you need to quote the expansions since they contain a space.
Ok, I now have
add "${if match_address{$sender_host_address}{+relay_from_hosts}{1}{0}}" to n1
Which results in
unknown named address list "+relay_from_hosts"
I've also tried $relay_from_hosts
which gives
unknown variable name "relay_from_hosts"
relay_from_hosts is defined in the config by
hostlist relay_from_hosts = 127.0.0.1