MacOS: fix spurious "child process failure"
[exim.git] / test / scripts / 0000-Basic / 0208
CommitLineData
59371ea7
PH
1# msglog: success, defer, and failure messages
2need_ipv4
3#
4server PORT_S
5220 Welcome
6EHLO
7250 OK
8MAIL
9250 OK
10RCPT
11550 Recipient refused
12QUIT
13250 OK
14****
15exim -odi ok defer fail.transport fail.direct fail.route@unknown.domain
16****
17server PORT_S
18220 Welcome
19EHLO
20250 OK
21MAIL
22250 OK
23RCPT
24550 Recipient refused
25QUIT
26250 OK
27****
28exim -DMESSAGE_LOGS=false -odi ok defer fail.transport fail.direct fail.route@unknown.domain
29****