Ian P. Christian wrote: > Is it possible to use reverse_host_lookup with a custom IP? The DNSBL > look allow it, but the documentation suggests that reverse_host_lookup > does not. > > It would be handy to be able to do for example: > > verify = reverse_host_lookup/$acl_c5
That's not possible. You can request features at http://bugs.exim.org/ I suppose the equivalent configuration when using the dnsdb lookup type would be (using 92.48.122.147 as an example ip) condition = ${if match_ip{92.48.122.147}{${lookup dnsdb{>:a=${lookup dnsdb{>:ptr=92.48.122.147}}}}}{true}{false}} P.S. This wont turn into the usual dnsdb argument as I no longer see the emails that trigger such arguments. -- Mike Cardwell - IT Consultant and LAMP developer Cardwell IT Ltd. (UK Reg'd Company #06920226) http://cardwellit.com/ -- ## List details at http://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/
