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

This is the message body.
.
??? 2
mail from:<userx@test.ex>
??? 250
rcpt to:<userx@test.ex>
??? 250
DATA
??? 3
From: x@y\nBheader: some text
To: some@one
Subject: contains >\n< bare lf
Aheader: Another header line

This is the message body.
.
??? 2
QUIT
??? 221
****
killdaemon
# Wait for delivery process
sleep 1