From 22bccb0edaf0416e484a8bc9bdb87b447e1dd865 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 22 Sep 2013 20:09:57 +0100 Subject: tests: Regrouping of SMTP tests --- tests/data/test915 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 tests/data/test915 (limited to 'tests/data/test915') diff --git a/tests/data/test915 b/tests/data/test915 new file mode 100644 index 000000000..a12b2ebc7 --- /dev/null +++ b/tests/data/test915 @@ -0,0 +1,51 @@ + + + +SMTP + + + +# +# Server-side + + + +# +# Client-side + + +smtp + + +SMTP without --mail-from + + +From: different +To: another + +body + + +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 906@example.com -T - + + + +# +# Verify data after the test has been "shot" + + +EHLO user +MAIL FROM:<> +RCPT TO:<906@example.com> +DATA +QUIT + + +From: different +To: another + +body +. + + + -- cgit v1.2.3