https://bugs.exim.org/show_bug.cgi?id=2631
--- Comment #14 from Jeremy Harris <jgh146exb@???> ---
You didn't say you wanted that.
sndr_notin_dnslist:
accept !dnslist = zen.spamhaus.org
accept condition = ${if eq {$dnslist_value}{127.255.255.252}}
logwrite = Typing error in DNSBL Name
accept condition = ${if eq {$dnslist_value}{127.255.255.254}}
logwrite = Query via public/open resolver/generic
unattributable rDNS
accept condition = ${if eq {$dnslist_value}{127.255.255.255}}
logwrite = Excessive Number of Queries
deny
acl_chk_mail:
...
require acl = sndr_notin_dnslist
...
--
You are receiving this mail because:
You are on the CC list for the bug.