summaryrefslogtreecommitdiff
path: root/test/scripts
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-12-19 13:10:29 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2017-01-21 21:49:50 +0000
commitd093f8e514d0e914bae3dc34b4e4f0a51720c690 (patch)
tree268556c5d8b64de546223c8630f4f4c4de979bc6 /test/scripts
parentb895f4b20b25f81cd6f94be75881d3328df03892 (diff)
Split out smtp_setup_conn() from smtp_deliver, in the transport
Diffstat (limited to 'test/scripts')
-rw-r--r--test/scripts/0000-Basic/02116
1 files changed, 3 insertions, 3 deletions
diff --git a/test/scripts/0000-Basic/0211 b/test/scripts/0000-Basic/0211
index dbe41c723..655b4dd96 100644
--- a/test/scripts/0000-Basic/0211
+++ b/test/scripts/0000-Basic/0211
@@ -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
****