From 29726951b084efaec7eb7a89d6ec9f2284840c4d Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 28 Dec 2014 12:12:09 +0000 Subject: tests: Added test for bug #1456 --- tests/data/test1520 | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 tests/data/test1520 (limited to 'tests/data/test1520') diff --git a/tests/data/test1520 b/tests/data/test1520 new file mode 100644 index 000000000..c8b62fd07 --- /dev/null +++ b/tests/data/test1520 @@ -0,0 +1,59 @@ + +# Based off test 901 after bug report #1456 + + +SMTP + + + +# +# Client-side + + +smtp + + +lib1520 + + + +SMTP with CRLF-dot-CRLF in data + + +From: different +To: another + + +. +. + +. + +body + + +smtp://%HOSTIP:%SMTPPORT/1520 + + + +# +# Verify data after the test has been "shot" + + +EHLO 1520 +MAIL FROM: +RCPT TO: +DATA +From: different +To: another + + +.. +.. + +.. + +body + + + -- cgit v1.2.3