diff options
Diffstat (limited to 'tests/data/test926')
-rw-r--r-- | tests/data/test926 | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/tests/data/test926 b/tests/data/test926 new file mode 100644 index 000000000..1e408949a --- /dev/null +++ b/tests/data/test926 @@ -0,0 +1,42 @@ +<testcase> +<info> +<keywords> +SMTP +VRFY +</keywords> +</info> + +# +# Server-side +<reply> +550 Unknown user
+</reply> + +# +# Client-side +<client> +<server> +smtp +</server> + <name> +SMTP unknown user VRFY + </name> + <command> +smtp://%HOSTIP:%SMTPPORT/926 --mail-rcpt recipient +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +# 56 - CURLE_RECV_ERROR +<errorcode> +56 +</errorcode> +<protocol> +EHLO 926
+VRFY recipient
+QUIT
+</protocol> +</verify> +</testcase> |