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