From 66ba1a69bd46dfe9c93dada99f204228160a4823 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 20 Jan 2015 21:25:27 +0000 Subject: [PATCH] Deny cutthrough if the ountbound is LMTP. Bug 1576 --- src/src/verify.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.25.1