Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / scripts / 0000-Basic / 0208
1 # msglog: success, defer, and failure messages
2 need_ipv4
3 #
4 server PORT_S
5 220 Welcome
6 EHLO
7 250 OK
8 MAIL
9 250 OK
10 RCPT
11 550 Recipient refused
12 QUIT
13 250 OK
14 ****
15 exim -odi ok defer fail.transport fail.direct fail.route@unknown.domain
16 ****
17 server PORT_S
18 220 Welcome
19 EHLO
20 250 OK
21 MAIL
22 250 OK
23 RCPT
24 550 Recipient refused
25 QUIT
26 250 OK
27 ****
28 exim -DMESSAGE_LOGS=false -odi ok defer fail.transport fail.direct fail.route@unknown.domain
29 ****