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/test925 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 tests/data/test925 (limited to 'tests/data/test925') diff --git a/tests/data/test925 b/tests/data/test925 new file mode 100644 index 000000000..dcc64f44f --- /dev/null +++ b/tests/data/test925 @@ -0,0 +1,38 @@ + + + +SMTP +VRFY + + + +# +# Server-side + +252 Send some mail and I'll try my best + + +# +# Client-side + + +smtp + + +SMTP external VRFY + + +smtp://%HOSTIP:%SMTPPORT/925 --mail-rcpt user@example.net + + + +# +# Verify data after the test has been "shot" + + +EHLO 925 +VRFY user@example.net +QUIT + + + -- cgit v1.2.3