tizen 2.3.1 release
[external/curl.git] / tests / data / test924
1 <testcase>
2 <info>
3 <keywords>
4 SMTP
5 VRFY
6 </keywords>
7 </info>
8
9 #
10 # Server-side
11 <reply>
12 <data>
13 553-Ambiguous; Possibilities are:\r
14 553-Joe Smith <joe.smith@example.com>\r
15 553-Harry Smith <harry.smith@example.com>\r
16 553 Melvin Smith <melvin.smith@example.com>\r
17 </data>
18 </reply>
19
20 #
21 # Client-side
22 <client>
23 <server>
24 smtp
25 </server>
26  <name>
27 SMTP ambiguous VRFY
28  </name>
29  <command>
30 smtp://%HOSTIP:%SMTPPORT/924 --mail-rcpt smith
31 </command>
32 </client>
33
34 #
35 # Verify data after the test has been "shot"
36 <verify>
37 <protocol>
38 EHLO 924\r
39 VRFY smith\r
40 QUIT\r
41 </protocol>
42 </verify>
43 </testcase>