tidying
[exim.git] / test / scripts / 5700-events / 5703
CommitLineData
ffbc20ed
MK
1# Raise msg:fail:delivery when an error of a failed bounce gets ignored.
2#
3exim -odq userx@domain1
4Try to deliver this message to usery via a filter deliver "redirect".
5However that fails. Later the bounce also fails.
6****
7server PORT_S 2
8220 ESMTP
9EHLO
10250-OK
11250 HELP
12MAIL
13250 OK
14RCPT
15550 Not that one
16QUIT
17220 OK
18****
19exim -qqf
20****