From: Jeremy Harris Date: Tue, 20 Jan 2015 21:25:27 +0000 (+0000) Subject: Deny cutthrough if the ountbound is LMTP. Bug 1576 X-Git-Tag: exim-4_86_RC1~134 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/66ba1a69bd46dfe9c93dada99f204228160a4823 Deny cutthrough if the ountbound is LMTP. Bug 1576 --- diff --git a/src/src/verify.c b/src/src/verify.c index 4474f2c5b..bdd4b8b0a 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 */