diff options
author | Graeme Fowler <graemef@exim.org> | 2015-11-17 16:23:51 +0000 |
---|---|---|
committer | Graeme Fowler <graemef@exim.org> | 2015-11-17 16:23:51 +0000 |
commit | e161710d237103c8287ea46bb805d24319606a9f (patch) | |
tree | 6294b924d0e4dc46a53781efa107f82411998230 /doc/doc-txt/ChangeLog | |
parent | 77d31cea07808daf55f04cf6929adf5d805fa726 (diff) |
GF: Changelog entry for bug 1715
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 142d81e05..22ddaa2af 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -96,6 +96,12 @@ JH/19 Two additional event types: msg:rcpt:defer and msg:rcpt:host:defer. Both information encodes the lookup type (A vs. MX) used for the (first) host, and the trailing two digits of the smtp 4xx reponse. +GF/01 Bug 1715: Fix for race condition in exicyclog, where exim could attempt + to write to mainlog (or rejectlog, paniclog) in the window between file + creation and permissions/ownership being changed. Particularly affects + installations where exicyclog is run as root, rather than exim user; + result is that the running daemon panics and dies. + Exim version 4.86 ----------------- |