From d093f8e514d0e914bae3dc34b4e4f0a51720c690 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 19 Dec 2016 13:10:29 +0000 Subject: Split out smtp_setup_conn() from smtp_deliver, in the transport --- test/stdout/0211 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/stdout/0211') 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 -- cgit v1.2.3