From f8a9dbd39188b2e42569fd84fc458cf1352773eb Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 15 Sep 2013 23:22:42 +0100 Subject: tests: Added test for SMTP SIZE capability --- tests/data/test912 | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 tests/data/test912 (limited to 'tests/data/test912') diff --git a/tests/data/test912 b/tests/data/test912 new file mode 100644 index 000000000..beea8a246 --- /dev/null +++ b/tests/data/test912 @@ -0,0 +1,55 @@ + + + +SMTP +SIZE + + + +# +# Server-side + + +CAPA SIZE + + + +# +# Client-side + + +smtp + + +SMTP with SIZE support + + +From: different +To: another + +body + + +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 912@foo --mail-from 912@from -T log/test912.eml + + + +# +# Verify data after the test has been "shot" + + +EHLO user +MAIL FROM:<912@from> SIZE=38 +RCPT TO:<912@foo> +DATA +QUIT + + +From: different +To: another + +body +. + + + -- cgit v1.2.3