Deny cutthrough if the ountbound is LMTP. Bug 1576
authorJeremy Harris <jgh146exb@wizmail.org>
Tue, 20 Jan 2015 21:25:27 +0000 (21:25 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Tue, 20 Jan 2015 21:25:27 +0000 (21:25 +0000)
src/src/verify.c

index 4474f2c5bed908514254e7646cd360eb7037c303..bdd4b8b0a4d4033e67f608f0601143aac06eaef1 100644 (file)
@@ -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 */