xref: /aosp_15_r20/external/curl/tests/data/test911 (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1<testcase>
2<info>
3<keywords>
4SMTP
5</keywords>
6</info>
7
8#
9# Server-side
10<reply>
11</reply>
12
13#
14# Client-side
15<client>
16<server>
17smtp
18</server>
19<name>
20SMTP with no mail data
21</name>
22
23<stdin nonewline="yes">
24
25</stdin>
26
27<command>
28smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt [email protected] --mail-from [email protected] -T -
29</command>
30</client>
31
32#
33# Verify data after the test has been "shot"
34<verify>
35<protocol>
36EHLO %TESTNUMBER
37MAIL FROM:<[email protected]>
38RCPT TO:<[email protected]>
39DATA
40QUIT
41</protocol>
42<upload>
43.
44</upload>
45</verify>
46</testcase>
47