Christian Gregoire wrote:
> I have a hostlist variable with many IP addresses :
> hostlist open_relay_hosts = 10.0.0.1 : 10.0.0.2 : 192.168.1.12 ...............
>
> How can I have a router called only when the remote IP address is one of
> these ?
>
> The following condition fails to parse :
> condition = ${if eq {$sender_host_address}{+open_relay_hosts}}
condition = ${if match_ip{$sender_host_address}{+open_relay_hosts}}
(I think)
Mike
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/