summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-01-20 21:25:27 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2015-01-20 21:25:27 +0000
commit66ba1a69bd46dfe9c93dada99f204228160a4823 (patch)
treed641bec41f6de0fde0e65712383652c2b48a81f5 /src
parentcf02e6b2e7178276ea5b4b99448f73a1cdfe0c9e (diff)
Deny cutthrough if the ountbound is LMTP. Bug 1576
Diffstat (limited to 'src')
-rw-r--r--src/src/verify.c1
1 files changed, 1 insertions, 0 deletions
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 */