Implement %M datestamping in log filenames.
[exim.git] / doc / doc-txt / NewStuff
index 55bde992d89ffc19655056c2d1581d8791c03e6d..6159bf4433d0c80c8fe108d42f77b179807fc644 100644 (file)
@@ -18,6 +18,13 @@ Version 4.75
     this: ldap_ca_cert_dir, ldap_ca_cert_file, ldap_cert_file, ldap_cert_key,
     ldap_cipher_suite, ldap_require_cert, ldap_start_tls.
 
+ 2. The pipe transport now takes a boolean option, "freeze_signal", default
+    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
 ------------