From b56d7cda741971d5737c326d9452bfe5836bf989 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 16 Nov 2013 12:10:15 +0000 Subject: tests: Added SMTP EXPN command test --- tests/data/test927 | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 tests/data/test927 (limited to 'tests/data/test927') diff --git a/tests/data/test927 b/tests/data/test927 new file mode 100644 index 000000000..b1997102e --- /dev/null +++ b/tests/data/test927 @@ -0,0 +1,43 @@ + + + +SMTP +EXPN +CUSTOMREQUEST + + + +# +# Server-side + + +250-Joe Smith +250-Harry Smith +250 Melvin Smith + + + +# +# Client-side + + +smtp + + +SMTP mailing list EXPN (CUSTOMREQUEST) + + +smtp://%HOSTIP:%SMTPPORT/927 --mail-rcpt Friends -X EXPN + + + +# +# Verify data after the test has been "shot" + + +EHLO 927 +EXPN Friends +QUIT + + + -- cgit v1.2.3