Imported Upstream version 7.40.0
[platform/upstream/curl.git] / tests / data / test1520
1 <testcase>
2 # Based off test 901 after bug report #1456
3 <info>
4 <keywords>
5 SMTP
6 </keywords>
7 </info>
8
9 #
10 # Client-side
11 <client>
12 <server>
13 smtp
14 </server>
15 <tool>
16 lib1520
17 </tool>
18
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/1520
36 </command>
37 </client>
38
39 #
40 # Verify data after the test has been "shot"
41 <verify>
42 <protocol>
43 EHLO 1520\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>