On 02/06/16 17:02, Peter Leeman wrote: > I can't find any reference to exim processing and holding the IP address in a > variable.
http://exim.org/exim-html-current/doc/html/spec_html/ch-string_expansions.html $sender_host_address When a message is received from a remote host using SMTP, this variable contains that host’s IP address. For locally non-SMTP submitted messages, it is empty. See also ${if } and match_ip -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
