From 6add1901a1e756d2e47c6b300c03fa7ba47fabdd Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 4 May 2013 17:50:53 +0100 Subject: tests: Added new SMTP tests to verify commit 99b40451836d --- tests/data/test910 | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 tests/data/test910 (limited to 'tests/data/test910') diff --git a/tests/data/test910 b/tests/data/test910 new file mode 100644 index 000000000..5013fdc75 --- /dev/null +++ b/tests/data/test910 @@ -0,0 +1,52 @@ + + + +SMTP + + + +# +# Server-side + + + +# +# Client-side + + +smtp + + +SMTP without terminating CRLF + + +From: different +To: another + +body + + +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 910@foo --mail-rcpt 910@foobar.example --mail-from 910@from -T - + + + +# +# Verify data after the test has been "shot" + + +EHLO user +MAIL FROM:<910@from> +RCPT TO:<910@foo> +RCPT TO:<910@foobar.example> +DATA +QUIT + + +From: different +To: another + +body +. + + + -- cgit v1.2.3