Testsuite: ignore optional OCSP output from -bP testcase
[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****
7eb59ff9 6client 127.0.0.1 PORT_D
59371ea7
PH
7??? 220
8ehlo rhu.barb
9??? 250-
10??? 250-
11??? 250-
5b456975 12??? 250-
59371ea7
PH
13??? 250
14mail from:<userx@test.ex>
15??? 250
16rcpt to:<userx@test.ex>
17??? 250
18DATA
19??? 3
20From: x@y
21To: some@one
22Subject: contains >\n< bare lf
23Aheader: Another header line
24
25This is the message body.
26.
27??? 2
28mail from:<userx@test.ex>
29??? 250
30rcpt to:<userx@test.ex>
31??? 250
32DATA
33??? 3
34From: x@y\nBheader: some text
35To: some@one
36Subject: contains >\n< bare lf
37Aheader: Another header line
38
39This is the message body.
40.
41??? 2
42QUIT
43??? 221
44****
45killdaemon
46# Wait for delivery process
47sleep 1