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