xref: /aosp_15_r20/external/curl/tests/data/test925 (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1<testcase>
2<info>
3<keywords>
4SMTP
5VRFY
6</keywords>
7</info>
8
9#
10# Server-side
11<reply>
12<data>
13252 Send some mail and I'll try my best
14</data>
15</reply>
16
17#
18# Client-side
19<client>
20<server>
21smtp
22</server>
23<name>
24SMTP external VRFY
25</name>
26<command>
27smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt [email protected]
28</command>
29</client>
30
31#
32# Verify data after the test has been "shot"
33<verify>
34<protocol>
35EHLO %TESTNUMBER
36VRFY [email protected]
37QUIT
38</protocol>
39</verify>
40</testcase>
41