diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-03 10:25:55 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-03 10:25:55 +0000 |
commit | e6f6568e74c9aeb07d8cb02ecb1d997284eb885f (patch) | |
tree | 0e830f2dfb76860d3d12abc2cf15db5b48427e79 /doc/doc-txt/ChangeLog | |
parent | ff75a1f763cb8ff03437de60b73491bb20cc76ba (diff) |
Fix misleading verification output when -v is used with -bv and aliasing
leads to a mixture of successful and unsuccessful verification.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index b5e0aa221..111d2ae5c 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.401 2006/10/03 08:54:50 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.402 2006/10/03 10:25:55 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -82,6 +82,15 @@ PH/12 Installed Andrey Panin's patch to add a dovecot authenticator. Various PH/13 Added $message_headers_raw to provide the headers without RFC 2047 decoding. +PH/14 Corrected misleading output from -bv when -v was also used. Suppose the + address A is aliased to B and C, where B exists and C does not. Without + -v the output is "A verified" because verification stops after a + successful redirection if more than one address is generated. However, + with -v the child addresses are also verified. Exim was outputting "A + failed to verify" and then showing the successful verification for C, + with its parentage. It now outputs "B failed to verify", showing B's + parentage before showing the successful verification of C. + Exim version 4.63 ----------------- |