From 3b69462fc0f75903b3a1a730751dfca1f4c0c5d9 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 22 Sep 2013 20:12:20 +0100 Subject: tests: Added SMTP invalid --mail-rcpt test --- tests/data/test916 | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 tests/data/test916 (limited to 'tests/data/test916') diff --git a/tests/data/test916 b/tests/data/test916 new file mode 100644 index 000000000..3a9ccea18 --- /dev/null +++ b/tests/data/test916 @@ -0,0 +1,46 @@ + + + +SMTP + + + +# +# Server-side + + + +# +# Client-side + + +smtp + + +SMTP with invalid --mail-rcpt + + +From: different +To: another + +body + + +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt invalid --mail-from 916@example.com -T - + + + +# +# Verify data after the test has been "shot" + + +55 + + +EHLO user +MAIL FROM:<916@example.com> +RCPT TO: +QUIT + + + -- cgit v1.2.3