From e9cf4cb79182de38d240e54954f0b2805aeec177 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 21 Sep 2011 22:32:27 +0200 Subject: test 814: smtp without --mail-from Verifies the fix from commit 322f3d5af7093 --- tests/data/test814 | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 tests/data/test814 (limited to 'tests/data/test814') diff --git a/tests/data/test814 b/tests/data/test814 new file mode 100644 index 000000000..1fc060777 --- /dev/null +++ b/tests/data/test814 @@ -0,0 +1,52 @@ + + + +SMTP + + + +# +# Server-side + + + +# +# Client-side + + +smtp + + +SMTP without --mail-from + + +From: different +To: another + +body + + +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 814@foo -T - + + + +# +# Verify data after the test has been "shot" + + +EHLO user +MAIL FROM:<> +RCPT TO:<814@foo> +DATA +QUIT + + +From: different +To: another + +body + +. + + + -- cgit v1.2.3