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