• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 data with dot as first character
21 </name>
22<stdin>
23.This first line starts with a dot
24</stdin>
25<command>
26smtp://%HOSTIP:%SMTPPORT/951 --mail-rcpt recipient@example.com --mail-from sender@example.com -T -
27</command>
28</client>
29
30#
31# Verify data after the test has been "shot"
32<verify>
33<protocol>
34EHLO 951
35MAIL FROM:<sender@example.com>
36RCPT TO:<recipient@example.com>
37DATA
38QUIT
39</protocol>
40<upload>
41..This first line starts with a dot
42.
43</upload>
44</verify>
45</testcase>
46