Split out smtp_setup_conn() from smtp_deliver, in the transport
[users/jgh/exim.git] / test / scripts / 0000-Basic / 0211
index dbe41c723b15d53ed06ce96119e0ab1921e99426..655b4dd96f077a882da1e43b319ca3d39337b7b7 100644 (file)
@@ -38,7 +38,7 @@ exim -qf
 exim -z "Test: reject connect"
 ****
 server PORT_S
-550 Go away
+550 Go away (A)
 QUIT
 250 OK
 ****
@@ -50,9 +50,9 @@ exim -z "Test: reject helo"
 server PORT_S
 220 Connected OK
 EHLO
-550 Go away
+550 Go away (B)
 HELO
-550 Go away
+550 Go away (C)
 QUIT
 250 OK
 ****