diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-04-07 10:02:02 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-04-07 10:02:02 +0000 |
commit | 7fe1560fdef3119d3add60fc37b97ebb662144b4 (patch) | |
tree | 73f2adc54bbbed29c3a705ea8e13b504f8cf475d /doc/doc-txt | |
parent | fed770203382d612a893e070efb774a72be341b0 (diff) |
Patch for sieve envelope tests bug (supplied by Bob Johannessen,
sanctioned by Michael Haardt).
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 08f59181f..3a18813c0 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.119 2005/04/06 16:43:59 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.120 2005/04/07 10:02:02 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -199,6 +199,8 @@ PH/31 When doing a callout as part of verifying an address, Exim was not paying PH/32 Add the sender address, as F=<...>, to the log line when logging a timeout during the DATA phase of an incoming message. +PH/33 Sieve envelope tests were broken for match types other than :is. I have + applied a patch sanctioned by the Sieve maintainer. A note about Exim versions 4.44 and 4.50 |