Testsuite: switch ciphersuite use
[exim.git] / test / scripts / 5700-events / 5702
CommitLineData
ffbc20ed
MK
1# Raise msg:fail:delivery when an error, originated by a filter, gets ignored.
2#
3exim -odq userx@domain1
4Also try to deliver this message to usery via a filter deliver command.
5However that fails. But because of the noerror cmd the error just gets ignored.
6****
7server PORT_S
8220 ESMTP
9EHLO
10250-OK
11250 HELP
12MAIL
13250 OK
14RCPT
15250 OK
16RCPT
17550 Not that one
18DATA
19354 More...
20.
21250 OK
22QUIT
23220 OK
24****
25exim -qqf
26****