From c5040dfdb523ce2a14efbdfa0d3eb69d3afef65a Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 19 Oct 2019 22:25:27 +0100 Subject: CHUNKING: fix all-RCPTs-rejected, non-pipelined. Bug 2454 --- test/scripts/0000-Basic/0904 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'test/scripts/0000-Basic') diff --git a/test/scripts/0000-Basic/0904 b/test/scripts/0000-Basic/0904 index 2157e61a8..fa72256c0 100644 --- a/test/scripts/0000-Basic/0904 +++ b/test/scripts/0000-Basic/0904 @@ -140,6 +140,31 @@ RCPT TO: DATA Subject: foo +data +. +QUIT +**** +# +# +# Server rejects RCPT. Client should not proceed to BDAT. +server PORT_S +220 Greetings +EHLO +250-Hello there +250 CHUNKING +MAIL FROM +250 OK +RCPT TO +550 sorry, no +QUIT +**** +sudo exim -odf -bS +EHLO test +MAIL FROM: +RCPT TO: +DATA +Subject: foo + data . QUIT -- cgit v1.2.3