diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-19 22:25:27 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-19 22:25:27 +0100 |
commit | c5040dfdb523ce2a14efbdfa0d3eb69d3afef65a (patch) | |
tree | 2b8d705fbefeaf5a02e30212a962f5594389f247 /test/stdout | |
parent | d48326c00b228279a957da7f58b48a55f4b7823b (diff) |
CHUNKING: fix all-RCPTs-rejected, non-pipelined. Bug 2454
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0904 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/stdout/0904 b/test/stdout/0904 index dc6209432..88755665f 100644 --- a/test/stdout/0904 +++ b/test/stdout/0904 @@ -78,6 +78,18 @@ Connection request from [127.0.0.1] 220 Greetings EHLO testhost.test.ex 250-Hello there +250 CHUNKING +MAIL FROM:<> +250 OK +RCPT TO:<ebad@test.ex> +550 sorry, no +QUIT +End of script +Listening on port 1224 ... +Connection request from [127.0.0.1] +220 Greetings +EHLO testhost.test.ex +250-Hello there 250-PIPELINING 250 CHUNKING MAIL FROM:<> |