diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-10-25 22:42:22 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-10-25 22:42:22 +0000 |
commit | ec0eb1a387b88e6ddd3f1f9ba6ffad6422b7298a (patch) | |
tree | 7d24deb292cce21b39a47870e82fc6eb49f58a73 /src | |
parent | 0f557e9065b0bcfce38ee1fea5fc947bf0c5431c (diff) |
Pipe transport: fix log_defer_output option. Bug 840
Diffstat (limited to 'src')
-rw-r--r-- | src/src/deliver.c | 2 |
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; |