xref: /aosp_15_r20/external/curl/tests/data/test924 (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1<testcase>
2<info>
3<keywords>
4SMTP
5VRFY
6</keywords>
7</info>
8
9#
10# Server-side
11<reply>
12<data>
13553-Ambiguous; Possibilities are:
14553-Joe Smith <[email protected]>
15553-Harry Smith <[email protected]>
16553 Melvin Smith <[email protected]>
17</data>
18</reply>
19
20#
21# Client-side
22<client>
23<server>
24smtp
25</server>
26<name>
27SMTP ambiguous VRFY
28</name>
29<command>
30smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt smith
31</command>
32</client>
33
34#
35# Verify data after the test has been "shot"
36<verify>
37<protocol>
38EHLO %TESTNUMBER
39VRFY smith
40QUIT
41</protocol>
42</verify>
43</testcase>
44