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
21 </name>
22<stdin>
23From: different
24To: another
25
26body
27</stdin>
28 <command>
29smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 802@foo --mail-rcpt 802@foobar.example --mail-from 802@from -T -
30</command>
31</client>
32
33#
34# Verify data after the test has been "shot"
35<verify>
36<protocol>
37EHLO user
38MAIL FROM:<802@from>
39RCPT TO:<802@foo>
40RCPT TO:<802@foobar.example>
41DATA
42QUIT
43</protocol>
44<upload>
45From: different
46To: another
47
48body
49
50.
51</upload>
52</verify>
53</testcase>
54