From 3b6a1681dc40021e83aa8b24e8987a2ba364673e Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 19 Sep 2013 18:14:02 +0100 Subject: tests: Added SMTP large message SIZE test --- tests/data/test913 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 tests/data/test913 (limited to 'tests/data/test913') diff --git a/tests/data/test913 b/tests/data/test913 new file mode 100644 index 000000000..5a793e38f --- /dev/null +++ b/tests/data/test913 @@ -0,0 +1,51 @@ + + + +SMTP +SIZE + + + +# +# Server-side + + +CAPA "SIZE 32" + + + +# +# Client-side + + +smtp + + +SMTP with large message SIZE + + +From: different +To: another + +body + + +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 913@foo --mail-from 913@example.com -T log/test913.eml + + + +# +# Verify data after the test has been "shot" + + +55 + +# +# The multi interface considers a broken "DO" request as a prematurely broken +# transfer and such a connection will not get a "QUIT" + +EHLO user +MAIL FROM:<913@example.com> SIZE=38 + + + -- cgit v1.2.3