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/test911 | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 tests/data/test911 (limited to 'tests/data/test911') diff --git a/tests/data/test911 b/tests/data/test911 new file mode 100644 index 000000000..6b7a1f40e --- /dev/null +++ b/tests/data/test911 @@ -0,0 +1,48 @@ + + + +SMTP + + + +# +# Server-side + + + +# +# Client-side + + +smtp + + +SMTP with no mail data + + + + + + + +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 911@foo --mail-rcpt 911@foobar.example --mail-from 911@from -T - + + + +# +# Verify data after the test has been "shot" + + +EHLO user +MAIL FROM:<911@from> +RCPT TO:<911@foo> +RCPT TO:<911@foobar.example> +DATA +QUIT + + + +. + + + -- cgit v1.2.3