[exim-dev] [Bug 2631] Option to restrict dnslists to specifi…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 2631] New: Option to restrict dnslists to specific networks and log a warning if they return IP addresses outside this range
Subject: [exim-dev] [Bug 2631] Option to restrict dnslists to specific networks and log a warning if they return IP addresses outside this range
https://bugs.exim.org/show_bug.cgi?id=2631

--- Comment #20 from Simon Arlott <bugzilla.exim.simon@???> ---
Here's a complete example with a lookup file
/etc/exim/invalid-dnslist-addresses:
*.spamhaus.org: !127.255.255.0/24
*.dnswl.org: !127.0.0.255

Configure:
  dnslist_valid_addresses = ${lookup{$dnslist_domain}partial1-lsearch{\
    /etc/exim/invalid-dnslist-addresses}{$value : }}127.0.0.0/8


--
You are receiving this mail because:
You are on the CC list for the bug.