projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf02e6b
)
Deny cutthrough if the ountbound is LMTP. Bug 1576
author
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 20 Jan 2015 21:25:27 +0000
(21:25 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 20 Jan 2015 21:25:27 +0000
(21:25 +0000)
src/src/verify.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/verify.c
b/src/src/verify.c
index 4474f2c5bed908514254e7646cd360eb7037c303..bdd4b8b0a4d4033e67f608f0601143aac06eaef1 100644
(file)
--- 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 */