Fix continued-transport with LIMITS
[exim.git] / test / scripts / 0000-Basic / 0609
index 86f75326ff84ef7f008334a7909c96579dfd07ce..bda2631f5beba3d984ab99d48cfbb29de985fcda 100644 (file)
@@ -1,5 +1,4 @@
 # Long ACL delay, truncated
-munge debug_pid
 need_ipv4
 #
 # We want the debug note of a truncated delay
@@ -12,6 +11,8 @@ exim -d-all+acl -DSERVER=server -odq -bd -oX PORT_D
 # Server delays 4s before accepting RCPT
 client 127.0.0.1 PORT_D
 ??? 220
+helo test
+??? 250
 mail from:<x@y.test.ex>
 ??? 250
 rcpt to:<delay4_accept@y.test.ex>
@@ -24,6 +25,8 @@ quit
 # but client closes connection
 client 127.0.0.1 PORT_D
 ??? 220
+helo test
+??? 250
 mail from:<x@y.test.ex>
 ??? 250
 rcpt to:<delay4_accept@y.test.ex>