summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-10-25 22:42:22 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2015-10-25 22:42:22 +0000
commitec0eb1a387b88e6ddd3f1f9ba6ffad6422b7298a (patch)
tree7d24deb292cce21b39a47870e82fc6eb49f58a73 /src
parent0f557e9065b0bcfce38ee1fea5fc947bf0c5431c (diff)
Pipe transport: fix log_defer_output option. Bug 840
Diffstat (limited to 'src')
-rw-r--r--src/src/deliver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/deliver.c b/src/src/deliver.c
index 87f9cfb06..3dfa84261 100644
--- a/src/src/deliver.c
+++ b/src/src/deliver.c
@@ -1929,7 +1929,7 @@ address. This feature is not available for shadow transports. */
if ( !shadowing
&& ( tp->return_output || tp->return_fail_output
- || tp->log_output || tp->log_fail_output
+ || tp->log_output || tp->log_fail_output || tp->log_defer_output
) )
{
uschar *error;