MacOS: fix spurious "child process failure"
[exim.git] / test / scripts / 0000-Basic / 0191
1 # transport filter with missing final NL
2 need_ipv4
3 #
4 server PORT_S
5 220 ESMTP
6 EHLO
7 250-OK
8 250 HELP
9 MAIL FROM:
10 250 Sender OK
11 RCPT TO:
12 250 Recipient OK
13 DATA
14 354 Send message
15 .
16 250 OK
17 QUIT
18 250 OK
19 ****
20 exim -odi userx@domain1
21 Test message
22 ****