Testsuite: testcase for "smtp smuggling". Bug 3063
[exim.git] / src / src / smtp_in.c
index 9fb16ebe49f1ede4693f063421397a75b3e17631..eb9c7e61165a435138f80c753f13dd11717bb3a9 100644 (file)
@@ -5110,10 +5110,7 @@ while (done <= 0)
        dummy call to get the DATA command sent. */
 
        if (!acl_smtp_predata && cutthrough.cctx.sock < 0)
-         {
-         if (!check_sync()) goto SYNC_FAILURE;
          rc = OK;
-         }
        else
          {
          uschar * acl = acl_smtp_predata ? acl_smtp_predata : US"accept";