https://bugs.exim.org/show_bug.cgi?id=2631
--- Comment #17 from Simon Arlott <[email protected]> --- Created attachment 1372 --> https://bugs.exim.org/attachment.cgi?id=1372&action=edit Patch to make valid lookup result addresses configurable I've created a patch to make this configurable. It could be used as follows: dnslist_valid_addresses = ${if match{$dnslist_domain\ }{\N.spamhaus.org$\N}{!127.255.255.0/24 : }}127.0.0.0/8 A more flexible expansion would be to lookup the $dnslist_domain in a file: *.spamhaus.org: !127.255.255.0/24 : 127.0.0.0/8 -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
