Fix smtp transport response to close after all rcpt fates determined. Bug 3059
[exim.git] / test / scripts / 2100-OpenSSL / 2135
index e521c45e3c3a6dcdc4c6dbaa91dbf4d12a8c5d81..fe7447c0e65cbcb277f79e0252357e548d57c36a 100644 (file)
@@ -5,9 +5,11 @@ need_ipv4
 exim -bd -DSERVER=server -oX PORT_D
 ****
 #
-# a recipient verify and continued-delivery
+# A recipient verify and continued-delivery.  The debug output should show "already connected to",
+# "proxied TLS", and the DATA smtp command only done by the transport process.
 # cmdline -bs send
-exim -bs
+exim -d-all+transport -bs
+helo test
 mail from:<usera@ok.example>
 rcpt to:<userb@test.ex>
 data
@@ -19,6 +21,8 @@ quit
 ****
 sleep 1
 killdaemon
+exim -q
+****
 #
 #
 no_stdout_check