From fb327e42c676e2757d50b56486fbdbdef589b2ef Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 10 Mar 2013 18:48:08 +0000 Subject: email-tests: Renamed the SMTP tests to be in the range 900-906 Continued segregating the email protocol tests, into their own protocol based ranges, in preparation of adding more e-mail related tests to the test suite. --- tests/data/test901 | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 tests/data/test901 (limited to 'tests/data/test901') diff --git a/tests/data/test901 b/tests/data/test901 new file mode 100644 index 000000000..a00ed7ab6 --- /dev/null +++ b/tests/data/test901 @@ -0,0 +1,64 @@ + + + +SMTP + + + +# +# Server-side + + + +# +# Client-side + + +smtp + + +SMTP with CRLF-dot-CRLF in data + + +From: different +To: another + + +. +. + +. + +body + + +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 803@foo --mail-from '<803@from>' -T - + + + +# +# Verify data after the test has been "shot" + + +EHLO user +MAIL FROM:<803@from> +RCPT TO:<803@foo> +DATA +QUIT + + +From: different +To: another + + +.. +.. + +.. + +body + +. + + + -- cgit v1.2.3