diff options
author | Nigel Metheringham <nigel@exim.org> | 2008-05-16 12:02:19 +0000 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2008-05-16 12:02:19 +0000 |
commit | 5f28a6e8babf209471302cd5372435a2a6843dff (patch) | |
tree | 410c91c5296bcbfa605ea77845bd6ac2d13a6187 /doc/doc-txt | |
parent | 2e3177124893f623c037a44f7972d7d4105da87a (diff) |
Change creation mode of maildir aux files to prevent mode 0000 files. Hardwired to 0600 as there is no clean place to get parameter mode information. Fixes: #437
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 5350be879..f760487b7 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.546 2008/03/27 13:23:40 tom Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.547 2008/05/16 12:02:19 nm4 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -49,6 +49,10 @@ NM/05 Bugzilla 521: Integrated SPF Best Guess support contributed by TF/04 Bugzilla 668: Fix parallel build (make -j). +NM/05 Bugzilla 437: Prevent Maildix aux files being created with mode 000 + + + Exim version 4.69 ----------------- |