From 06bba26e37be921d19ed9c950aa80c4188ccba0f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 10 Oct 2017 16:59:13 +0200 Subject: test950; verify SMTP with custom request --- tests/data/test950 | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 tests/data/test950 (limited to 'tests/data/test950') diff --git a/tests/data/test950 b/tests/data/test950 new file mode 100644 index 000000000..295f8b877 --- /dev/null +++ b/tests/data/test950 @@ -0,0 +1,43 @@ + + + +SMTP +VRFY +--request + + + +# +# Server-side + + +250 + + + +# +# Client-side + + +smtp + + +SMTP VRFY with custom request + + +# the custom request just does it lowercase to remain the same command + +smtp://%HOSTIP:%SMTPPORT/950 --mail-rcpt recipient --request "vrfy" + + + +# +# Verify data after the test has been "shot" + + +EHLO 950 +vrfy recipient +QUIT + + + -- cgit v1.2.3