aa9a45084c9e3eb29027fea2d1f6f608df65b9b1
[exim.git] / test / scripts / 0000-Basic / 0460
1 # bare LF in header lines (TCP input)
2 need_ipv4
3 #
4 exim -bd -DSERVER=server -oX PORT_D
5 ****
6 client 127.0.0.1 PORT_D
7 ??? 220
8 ehlo rhu.barb
9 ??? 250-
10 ??? 250-
11 ??? 250-
12 ??? 250
13 mail from:<userx@test.ex>
14 ??? 250
15 rcpt to:<userx@test.ex>
16 ??? 250
17 DATA
18 ??? 3
19 From: x@y
20 To: some@one
21 Subject: contains >\n< bare lf
22 Aheader: Another header line
23
24 This is the message body.
25 .
26 ??? 2
27 mail from:<userx@test.ex>
28 ??? 250
29 rcpt to:<userx@test.ex>
30 ??? 250
31 DATA
32 ??? 3
33 From: x@y\nBheader: some text
34 To: some@one
35 Subject: contains >\n< bare lf
36 Aheader: Another header line
37
38 This is the message body.
39 .
40 ??? 2
41 QUIT
42 ??? 221
43 ****
44 killdaemon
45 # Wait for delivery process
46 sleep 1