diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-20 21:25:27 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-20 21:25:27 +0000 |
commit | 66ba1a69bd46dfe9c93dada99f204228160a4823 (patch) | |
tree | d641bec41f6de0fde0e65712383652c2b48a81f5 | |
parent | cf02e6b2e7178276ea5b4b99448f73a1cdfe0c9e (diff) |
Deny cutthrough if the ountbound is LMTP. Bug 1576
-rw-r--r-- | 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 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 */ |