From df58084695ce9b568c0986d0979bb50b360ef010 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 17 Nov 2013 10:03:25 +0000 Subject: tests: Added SMTP HELP test --- tests/data/Makefile.am | 2 +- tests/data/test928 | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 tests/data/test928 (limited to 'tests/data') diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index f8d6d06d2..617db7779 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -75,7 +75,7 @@ test868 test869 test870 test871 test872 test873 test874 \ test900 test901 test902 test903 test904 test905 test906 test907 test908 \ test909 test910 test911 test912 test913 test914 test915 test916 test917 \ test918 test919 test920 test921 test922 test923 test924 test925 test926 \ -test927 \ +test927 test928 \ \ test1000 test1001 test1002 test1003 test1004 test1005 test1006 test1007 \ test1008 test1009 test1010 test1011 test1012 test1013 test1014 test1015 \ diff --git a/tests/data/test928 b/tests/data/test928 new file mode 100644 index 000000000..8f6795a6a --- /dev/null +++ b/tests/data/test928 @@ -0,0 +1,39 @@ + + + +SMTP +HELP + + + +# +# Server-side + + +214-This server supports the following commands: +214 214 HELO EHLO RCPT DATA RSET MAIL VRFY EXPN QUIT HELP + + + +# +# Client-side + + +smtp + + +SMTP HELP + + +smtp://%HOSTIP:%SMTPPORT/928 + + + +# +# Verify data after the test has been "shot" + + +EHLO 928 +HELP +QUIT + -- cgit v1.2.3