Imported Upstream version 7.40.0
[platform/upstream/curl.git] / tests / data / test901
1 <testcase>
2 <info>
3 <keywords>
4 SMTP
5 </keywords>
6 </info>
7
8 #
9 # Server-side
10 <reply>
11 </reply>
12
13 #
14 # Client-side
15 <client>
16 <server>
17 smtp
18 </server>
19  <name>
20 SMTP with CRLF-dot-CRLF in data
21  </name>
22 <stdin>
23 From: different\r
24 To: another\r
25 \r
26 \r
27 .\r
28 .\r
29 \r
30 .\r
31 \r
32 body\r
33 </stdin>
34  <command>
35 smtp://%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>
43 EHLO 901\r
44 MAIL FROM:<sender@example.com>\r
45 RCPT TO:<recipient@example.com>\r
46 DATA\r
47 QUIT\r
48 </protocol>
49 <upload>
50 From: different\r
51 To: another\r
52 \r
53 \r
54 ..\r
55 ..\r
56 \r
57 ..\r
58 \r
59 body\r
60 .\r
61 </upload>
62 </verify>
63 </testcase>