diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-06 14:16:14 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-06 14:16:14 +0000 |
commit | 36e55f49bbe30fb4f4cb3c9133bc57c20f6278fb (patch) | |
tree | 5169fd9761ca5b84a435f7ed4edb5c8cfd883714 /test/stdout/0905 | |
parent | 41468ba140a1678e7491534fa3cddded53e1e6d2 (diff) |
CHUNKING: fix transport crash on temp-reject of pipelined non-first chunk
Diffstat (limited to 'test/stdout/0905')
-rw-r--r-- | test/stdout/0905 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/stdout/0905 b/test/stdout/0905 index 22d02212e..5d4a01198 100644 --- a/test/stdout/0905 +++ b/test/stdout/0905 @@ -146,6 +146,22 @@ EHLO testhost.test.ex 250-PIPELINING 250 CHUNKING MAIL FROM:<> +RCPT TO:<u@test.ex> +BDAT 295 +250 OK mail +250 OK rcpt +400 oops nonlast bdat +QUIT +225 OK +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:<> RCPT TO:<p@test.ex> BDAT 8191 250 OK mail |