From 3d50e91aeef8cc7c67b13d712f3e77c6a0c83569 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 16 Nov 2013 12:00:30 +0000 Subject: tests: Added SMTP VRFY command tests --- tests/data/test923 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 tests/data/test923 (limited to 'tests/data/test923') diff --git a/tests/data/test923 b/tests/data/test923 new file mode 100644 index 000000000..79f283b8d --- /dev/null +++ b/tests/data/test923 @@ -0,0 +1,38 @@ + + + +SMTP +VRFY + + + +# +# Server-side + +250 + + +# +# Client-side + + +smtp + + +SMTP VRFY + + +smtp://%HOSTIP:%SMTPPORT/923 --mail-rcpt recipient + + + +# +# Verify data after the test has been "shot" + + +EHLO 923 +VRFY recipient +QUIT + + + -- cgit v1.2.3