diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-08-23 10:29:10 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-08-23 10:29:10 +0000 |
commit | ba18e66ae840cf03be48235bbad9f09e68dd2400 (patch) | |
tree | 357d48822e55c72dd434843fce00cff2b8eeb38a /doc | |
parent | f9a68dd38e32cbd8f01719e70a2858fe88e627fd (diff) |
Don't panic if the attempt to create the spool directory fails and the
error isn't "already exists". Needed for the new test suite.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 2b51e62f2..31789929d 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.209 2005/08/23 08:46:33 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.210 2005/08/23 10:29:10 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -114,6 +114,11 @@ PH/26 Exim was recognizing IPv6 addresses of the form [IPv6:....] in EHLO PH/27 Added the % operator to ${eval:}. +PH/28 Exim tries to create and chdir to its spool directory when it starts; + it should be ignoring failures (because with -C, for example, it has lost + privilege). It wasn't ignoring creation failures other than "already + exists". + Exim version 4.52 ----------------- |