1
0
This repository has been archived on 2025-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
siadrive/3rd-party/curl-7.52.1/tests/data/test926
2017-02-02 21:08:13 -06:00

45 lines
502 B
Plaintext

<testcase>
<info>
<keywords>
SMTP
VRFY
</keywords>
</info>
#
# Server-side
<reply>
<servercmd>
REPLY VRFY 550 Unknown user
</servercmd>
</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>