From c5399c827d8bc2da27746109958ec6d811788d44 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 26 Nov 2014 23:23:31 +0000 Subject: tests: Added SMTP with --crlf test case --- tests/data/test941 | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 tests/data/test941 (limited to 'tests/data/test941') diff --git a/tests/data/test941 b/tests/data/test941 new file mode 100644 index 000000000..fd69b8732 --- /dev/null +++ b/tests/data/test941 @@ -0,0 +1,66 @@ + + + +SMTP +--crlf + + + +# +# Server-side + + + +# +# Client-side + + +smtp + + +SMTP with --crlf + + +From: different +To: another + +email +headers and body +with unix newlines +meant to be +converted +with +the +--crlf option + + +smtp://%HOSTIP:%SMTPPORT/941 --mail-rcpt recipient@example.com --mail-from sender@example.com -T log/upload941 --crlf + + + +# +# Verify data after the test has been "shot" + + +EHLO 941 +MAIL FROM: +RCPT TO: +DATA +QUIT + + +From: different +To: another + +email +headers and body +with unix newlines +meant to be +converted +with +the +--crlf option +. + + + -- cgit v1.2.3