Testsuite: testcase for "smtp smuggling". Bug 3063
[exim.git] / src / src / smtp_in.c
index aeaffeb37ff702b32ba49f415fdbb7c74c49821d..541288301a9a285cd5137dc296d248613495285b 100644 (file)
@@ -5113,10 +5113,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";