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/Makefile.inc | 2 ++ tests/data/test1520 | 59 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 tests/data/test1520 (limited to 'tests/data') diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index 74e1cb612..618c68223 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -149,6 +149,8 @@ test1500 test1501 test1502 test1503 test1504 test1505 test1506 test1507 \ test1508 test1509 test1510 test1511 test1512 test1513 test1514 test1515 \ test1516 \ \ +test1520 \ +\ test1525 test1526 test1527 test1528 \ \ test1800 test1801 \ 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