summaryrefslogtreecommitdiff
path: root/doc/doc-txt/NewStuff
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2011-02-13 00:31:49 -0500
committerPhil Pennock <pdp@exim.org>2011-02-13 00:31:49 -0500
commitf1e5fef536bdc2c5d84c4bc7852d6e948253ccaf (patch)
treee9e7bc57677daa24a953f316dcfe897616450fc5 /doc/doc-txt/NewStuff
parent76aa570c217ad2fad1e73fb91e2aa39ce5e3c4ff (diff)
Implement %M datestamping in log filenames.
Patch from Simon Arlott. fixes bug 486
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r--doc/doc-txt/NewStuff3
1 files changed, 3 insertions, 0 deletions
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
------------