X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/81e509d738395fbfd837fbda1681971591109f8a..b37c4101bb17c8f45d804ebedd9db003a5a3293c:/doc/doc-txt/ChangeLog diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 1545e72c4..675728855 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.328 2006/03/16 11:14:46 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.330 2006/03/16 12:07:55 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -306,6 +306,14 @@ PH/59 Added the following errors that can be detected in retry rules: mail_4xx, PH/60 When a VRFY deferred or FAILED, the log message rather than the user message was being sent as an SMTP response. +PH/61 Add -l and -k options to exicyclog. + +PH/62 When verifying, if an address was redirected to one new address, so that + verification continued, and the new address failed or deferred after + having set something in $address_data, the value of $address_data was not + passed back to the ACL. This was different to the case when no + redirection occurred. The value is now passed back in both cases. + Exim version 4.60 -----------------