summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-05-08 13:08:22 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-05-08 13:08:22 +0000
commit6a3bceb1162da6104bf656ecde9890c03cc2328d (patch)
tree59120e2245a0579bf15bd0761ab1e1e3b2ee1f90 /doc/doc-txt
parenteb4c0de6a9078df61b580ee20e575f1a40ddb242 (diff)
Use colon, not dot, as IPv6 separator in host-list lookups that use the
iplsearch lookup type.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index e6ecdce5b..b21876ec8 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.505 2007/04/19 13:19:06 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.506 2007/05/08 13:08:22 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -8,6 +8,23 @@ Exim version 4.68
PH/01 Another patch from the Sieve maintainer.
+PH/02 When an IPv6 address is converted to a string for single-key lookup
+ in an address list (e.g. for an item such as "net24-dbm;/net/works"),
+ dots are used instead of colons so that keys in lsearch files need not
+ contain colons. This was done some time before quoting was made available
+ in lsearch files. However, iplsearch files do require colons in IPv6 keys
+ (notated using the quote facility) so as to distinguish them from IPv4
+ keys. This meant that lookups for IP addresses in host lists did not work
+ for iplsearch lookups.
+
+ This has been fixed by arranging for IPv6 addresses to be expressed with
+ colons if the lookup type is iplsearch. This is not incompatible, because
+ previously such lookups could never work.
+
+ The situation is now rather anomolous, since one *can* have colons in
+ ordinary lsearch keys. However, making the change in all cases is
+ incompatible and would probably break a number of configurations.
+
Exim version 4.67
-----------------