xref: /curl/tests/data/test926 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4SMTP
5VRFY
6</keywords>
7</info>
8
9#
10# Server-side
11<reply>
12<servercmd>
13REPLY VRFY 550 Unknown user
14</servercmd>
15</reply>
16
17#
18# Client-side
19<client>
20<server>
21smtp
22</server>
23<name>
24SMTP unknown user VRFY
25</name>
26<command>
27smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient
28</command>
29</client>
30
31#
32# Verify data after the test has been "shot"
33<verify>
34# 8 - CURLE_WEIRD_SERVER_REPLY
35<errorcode>
368
37</errorcode>
38<protocol>
39EHLO %TESTNUMBER
40VRFY recipient
41QUIT
42</protocol>
43</verify>
44</testcase>
45