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