diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-12-19 13:10:29 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-21 21:49:50 +0000 |
commit | d093f8e514d0e914bae3dc34b4e4f0a51720c690 (patch) | |
tree | 268556c5d8b64de546223c8630f4f4c4de979bc6 /test/stdout/0211 | |
parent | b895f4b20b25f81cd6f94be75881d3328df03892 (diff) |
Split out smtp_setup_conn() from smtp_deliver, in the transport
Diffstat (limited to 'test/stdout/0211')
-rw-r--r-- | test/stdout/0211 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stdout/0211 b/test/stdout/0211 index 93e271c6a..2d484bda5 100644 --- a/test/stdout/0211 +++ b/test/stdout/0211 @@ -22,7 +22,7 @@ Connection request from [127.0.0.1] End of script Listening on port 1224 ... Connection request from [127.0.0.1] -550 Go away +550 Go away (A) QUIT 250 OK End of script @@ -30,9 +30,9 @@ Listening on port 1224 ... Connection request from [127.0.0.1] 220 Connected OK EHLO the.local.host.name -550 Go away +550 Go away (B) HELO the.local.host.name -550 Go away +550 Go away (C) QUIT 250 OK End of script |