# cutthrough_delivery basic operation
need_ipv4
+munge loopback
#
server PORT_S
220 ESMTP
QUIT
****
#
-#
+# The "exim" above should have waited on completion for the "server" before
+# but apparently not; without this delay ordering is messed up.
+# Unsatifactory.
+millisleep 500
#
#
#
****
#
#
+millisleep 500
#
#
#
****
#
#
+millisleep 500
#
#
#
****
#
#
+millisleep 500
#
#
#
exim -bs
EHLO myhost.test.ex
MAIL FROM:<CALLER@myhost.test.ex>
-RCPT TO:<userx@localhost.test.ex>
+RCPT TO:<userx@localhost4.test.ex>
RCPT TO:<usery@thishost.test.ex>
DATA