Deny cutthrough if the ountbound is LMTP. Bug 1576
[exim.git] / 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 */