------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1576
Git Commit <git@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |git@???
--- Comment #2 from Git Commit <git@???> 2015-01-20 22:17:06 ---
Git commit:
http://git.exim.org/exim.git/commitdiff/66ba1a69bd46dfe9c93dada99f204228160a4823
commit 66ba1a69bd46dfe9c93dada99f204228160a4823
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Jan 20 21:25:27 2015 +0000
Commit: Jeremy Harris <jgh146exb@???>
CommitDate: Tue Jan 20 21:25:27 2015 +0000
Deny cutthrough if the ountbound is LMTP. Bug 1576
---
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 4474f2c..bdd4b8b 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 */
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email