Move ESMPT LIMITS extension from experimental to mainline
[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 ??? 250-
14 ??? 250
15 mail from:<userx@test.ex>
16 ??? 250
17 rcpt to:<userx@test.ex>
18 ??? 250
19 DATA
20 ??? 3
21 From: x@y
22 To: some@one
23 Subject: contains >\n< bare lf
24 Aheader: Another header line
25
26 This is the message body.
27 .
28 ??? 2
29 mail from:<userx@test.ex>
30 ??? 250
31 rcpt to:<userx@test.ex>
32 ??? 250
33 DATA
34 ??? 3
35 From: x@y\nBheader: some text
36 To: some@one
37 Subject: contains >\n< bare lf
38 Aheader: Another header line
39
40 This is the message body.
41 .
42 ??? 2
43 QUIT
44 ??? 221
45 ****
46 killdaemon
47 # drain the queue
48 exim -qf
49 ****