summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-12-05 14:38:18 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-12-05 14:38:18 +0000
commitf9daeae0ce01e0f1a21d4904c1ed5541b08ec014 (patch)
treea1195a8d0a5c5ab037960a96ed2120aef3dc6d1b /doc
parentc2782242e54b8eb17a42138c37364bb3d4bd5533 (diff)
ipliteral was not recognizing "ipv6" prefix.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-docbook/spec.ascd4
-rw-r--r--doc/doc-txt/ChangeLog5
2 files changed, 6 insertions, 3 deletions
diff --git a/doc/doc-docbook/spec.ascd b/doc/doc-docbook/spec.ascd
index 5d83e78b6..0fb9137d5 100644
--- a/doc/doc-docbook/spec.ascd
+++ b/doc/doc-docbook/spec.ascd
@@ -1,5 +1,5 @@
////////////////////////////////////////////////////////////////////////////
-$Cambridge: exim/doc/doc-docbook/spec.ascd,v 1.3 2005/11/15 16:10:50 ph10 Exp $
+$Cambridge: exim/doc/doc-docbook/spec.ascd,v 1.4 2005/12/05 14:38:18 ph10 Exp $
This is the primary source of the Exim Manual. It is an AsciiDoc document
that is converted into DocBook XML for subsequent conversion into printing
@@ -12040,7 +12040,7 @@ Processing messages
%check_rfc2047_length% check length of RFC 2047 ``encoded words''
%delivery_date_remove% from incoming messages
%envelope_to_remote% from incoming messages
-%extract_addresses_remove_arguments%affects %-t% processing
+%extract_addresses_remove_arguments% affects %-t% processing
%headers_charset% default for translations
%qualify_domain% default for senders
%qualify_recipient% default for recipients
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 1c8725861..c95c33777 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.269 2005/12/01 14:21:25 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.270 2005/12/05 14:38:18 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -14,6 +14,9 @@ PH/01 The code for finding all the local interface addresses on a FreeBSD
that it would not match correctly against @[] and not recognize the IPv6
addresses as local.
+PH/02 The ipliteral router was not recognizing addresses of the form user@
+ [ipv6:....] because it didn't know about the "ipv6:" prefix.
+
Exim version 4.60
-----------------