diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-31 16:08:11 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-31 16:08:11 +0000 |
commit | 1bf43b7812e6dd16ab21c42a28f6ba34a28d2bb7 (patch) | |
tree | efcce7eb6c26c596a680e85a9d305842621b71db /doc | |
parent | 0d85fa3fd0f9f036b4ca269a15fce0f0c5348ffe (diff) |
$domain not always set when scanning a domain list.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index b3ac9316c..029026f4c 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.422 2006/10/31 14:26:34 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.423 2006/10/31 16:08:11 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -226,6 +226,10 @@ PH/33 The hint "could be header name not terminated by colon", which has been given for certain expansion errors for a long time, was not being given for the ${if def:h_colon_omitted{... case. +PH/34 The spec says: "With one important exception, whenever a domain list is + being scanned, $domain contains the subject domain." There was at least + one case where this was not true. + Exim version 4.63 ----------------- |