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