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/test924 | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 tests/data/test924 (limited to 'tests/data/test924') diff --git a/tests/data/test924 b/tests/data/test924 new file mode 100644 index 000000000..ec07ccd9e --- /dev/null +++ b/tests/data/test924 @@ -0,0 +1,41 @@ + + + +SMTP +VRFY + + + +# +# Server-side + +553-Ambiguous; Possibilities are: +553-Joe Smith +553-Harry Smith +553 Melvin Smith + + +# +# Client-side + + +smtp + + +SMTP ambiguous VRFY + + +smtp://%HOSTIP:%SMTPPORT/924 --mail-rcpt smith + + + +# +# Verify data after the test has been "shot" + + +EHLO 924 +VRFY smith +QUIT + + + -- cgit v1.2.3