Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / scripts / 0000-Basic / 0388
CommitLineData
59371ea7
PH
1# Recipient errors and hosts_max_try
2need_ipv4
3#
4exim -odq x@y
5****
6sleep 2
7server PORT_S
8220 Server ready
9EHLO
10250 OK
11MAIL FROM
12250 OK
13RCPT TO
14451 Temporary error
15QUIT
16250 OK
17****
18exim -odi -d-deliver-transport -M $msg1
19****