Hopefully the final lot of test files.
[exim.git] / test / scripts / 0000-Basic / 0482
1 # much space before : in header line
2 need_ipv4
3 #
4 exim -DSERVER=server -bd -oX PORT_D
5 ****
6 client 127.0.0.1 PORT_D
7 ??? 220
8 helo foobar
9 ??? 250
10 mail from:<userx@test.ex>
11 ??? 250
12 rcpt to:<userx@test.ex>
13 ??? 250
14 data
15 ??? 3
16 From : userx
17
18 This is junk
19 .
20 ??? 5
21 quit
22 ??? 221
23 ****
24 killdaemon