diff options
author | Phil Pennock <pdp@exim.org> | 2011-02-13 00:31:49 -0500 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2011-02-13 00:31:49 -0500 |
commit | f1e5fef536bdc2c5d84c4bc7852d6e948253ccaf (patch) | |
tree | e9e7bc57677daa24a953f316dcfe897616450fc5 /doc/doc-txt | |
parent | 76aa570c217ad2fad1e73fb91e2aa39ce5e3c4ff (diff) |
Implement %M datestamping in log filenames.
Patch from Simon Arlott.
fixes bug 486
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 439e80aba..63a73c9bb 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -48,6 +48,9 @@ PP/07 Bugzilla 1061: restrict error messages sent over SMTP to not reveal SQL string expansion failure details. Patch from Andrey Oktyabrski. +PP/08 Bugzilla 486: implement %M datestamping in log filenames. + Patch from Simon Arlott. + Exim version 4.74 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 46fd6c4d8..6159bf443 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -22,6 +22,9 @@ Version 4.75 false. When true, if the external delivery command exits on a signal then Exim will freeze the message in the queue, instead of generating a bounce. + 3. Log filenames may now use %M as an escape, instead of %D (still available). + The %M pattern expands to yyyymm, providing month-level resolution. + Version 4.74 ------------ |