Gitweb:
http://git.exim.org/exim.git/commitdiff/66ba1a69bd46dfe9c93dada99f204228160a4823
Commit: 66ba1a69bd46dfe9c93dada99f204228160a4823
Parent: cf02e6b2e7178276ea5b4b99448f73a1cdfe0c9e
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Jan 20 21:25:27 2015 +0000
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Tue Jan 20 21:25:27 2015 +0000
Deny cutthrough if the ountbound is LMTP. Bug 1576
---
src/src/verify.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/src/verify.c b/src/src/verify.c
index 4474f2c..bdd4b8b 100644
--- a/src/src/verify.c
+++ b/src/src/verify.c
@@ -1149,6 +1149,7 @@ can do it there for the non-rcpt-verify case. For this we keep an addresscount.
&& !random_local_part
&& !pm_mailfrom
&& cutthrough.fd < 0
+ && !lmtp
)
{
cutthrough.fd = outblock.sock; /* We assume no buffer in use in the outblock */