5013fdc75f5081693c7e9ce7813d17c77667fa6e
[platform/upstream/curl.git] / tests / data / test910
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 without terminating CRLF
21  </name>
22 <stdin nonewline="yes">
23 From: different\r
24 To: another\r
25 \r
26 body
27 </stdin>
28  <command>
29 smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 910@foo --mail-rcpt 910@foobar.example --mail-from 910@from -T -
30 </command>
31 </client>
32
33 #
34 # Verify data after the test has been "shot"
35 <verify>
36 <protocol>
37 EHLO user\r
38 MAIL FROM:<910@from>\r
39 RCPT TO:<910@foo>\r
40 RCPT TO:<910@foobar.example>\r
41 DATA\r
42 QUIT\r
43 </protocol>
44 <upload>
45 From: different\r
46 To: another\r
47 \r
48 body\r
49 .\r
50 </upload>
51 </verify>
52 </testcase>