From 7cd5ffc1bf9ea4fc9b17ce8f2accd5e4efb69d82 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 29 Dec 2009 21:28:53 +0000 Subject: test 802 is the first SMTP test, although not strictly SMTP yet... --- tests/data/test802 | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 tests/data/test802 (limited to 'tests/data/test802') diff --git a/tests/data/test802 b/tests/data/test802 new file mode 100644 index 000000000..9c7013a5c --- /dev/null +++ b/tests/data/test802 @@ -0,0 +1,48 @@ + + + +SMTP + + + +# +# Server-side + + + +# +# Client-side + + +smtp + + +SMTP + + +From: different +To: another + +body + + +smtp://%HOSTIP:%SMTPPORT -u user:secret --mail-rcpt 802@foo --mail-from 802@from -T - + + + +# +# Verify data after the test has been "shot" + + +EHLO user +MAIL FROM:802@from +RCPT TO:802@foo +DATA +From: different +To: another + +body +QUIT + + + -- cgit v1.2.3