[exim-dev] [Bug 1369] dnslists key with IPv6 address tricky …

Top Page
Delete this message
Reply to this message
Author: Git Commit
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 1369] New: dnslists key with IPv6 address tricky to use
Subject: [exim-dev] [Bug 1369] dnslists key with IPv6 address tricky to use
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1369

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???





--- Comment #1 from Git Commit <git@???> 2014-03-08 19:17:07 ---
Git commit:
http://git.exim.org/exim.git/commitdiff/c27ab1df218daf0cdf9bfd0f474175c5f53f0d9c

commit c27ab1df218daf0cdf9bfd0f474175c5f53f0d9c
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Mar 8 18:50:16 2014 +0000
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Sat Mar 8 19:03:40 2014 +0000


    Expand documentation on use of dnslists in an IPv6 environment. Bug 1369
---
 doc/doc-docbook/spec.xfpt |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 28c2ceb..4faf78d 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -28611,6 +28611,13 @@ deny   condition = ${if isip4{$sender_host_address}}
        dnslists  = some.list.example
 .endd


+If an explicit key is being used for a DNS lookup and it may be an IPv6
+address you should specify alternate list separators for both the outer
+(DNS list name) list and inner (lookup keys) list:
+.code
+       dnslists = <; dnsbl.example.com/<|$acl_m_addrslist
+.endd
+
 .section "Rate limiting incoming messages" "SECTratelimiting"
 .cindex "rate limiting" "client sending"
 .cindex "limiting client sending rates"



--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email