summaryrefslogtreecommitdiff
path: root/doc/doc-txt/NewStuff
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2011-02-13 00:09:18 -0500
committerPhil Pennock <pdp@exim.org>2011-02-13 00:09:18 -0500
commit2fe767453007d1b015f52313d16dc61635085621 (patch)
tree2fd6f75261353fa40cb2b1ef26e31915b19feb84 /doc/doc-txt/NewStuff
parentb72aab7255159ea38ddcd7eef1051da0f07a7b8d (diff)
Implement freeze_signal on pipe transport.
Patch from Jakob Hirsch. fixes bug 1042
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r--doc/doc-txt/NewStuff4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 55bde992d..46fd6c4d8 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -18,6 +18,10 @@ 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.
+
Version 4.74
------------