diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-01-04 13:31:41 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-01-04 13:31:41 +0000 |
commit | 60dc5e56c3e1a53aa42c0b74a4af3f7a3ad9118c (patch) | |
tree | 831020c7b50d05a8c6a5b9cbfde645a6a90d1c59 /doc | |
parent | 86b8287f4bac50522d7c4ff99429979584944bab (diff) |
Data saved for $host_data after a lookup involving a named host list was
corrupted if there was more than one message in an SMTP session.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 3e8b8d935..bf214bce7 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.62 2005/01/04 11:01:33 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.63 2005/01/04 13:31:41 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -284,6 +284,12 @@ Exim version 4.50 64. A call to exiwhat cut short delays set up by "delay" modifiers in ACLs. This has been fixed. +65. Caching of lookup data for "hosts =" ACL conditions, when a named host list + was in use, was not putting the data itself into the right store pool; + consequently, it could be overwritten for a subsequent message in the same + SMTP connection. (Fix 4.40/11 dealt with the non-cache case, but overlooked + the caching.) + Exim version 4.43 ----------------- |