summaryrefslogtreecommitdiff
path: root/test/scripts/5700-events/5702
blob: b970ec090c91af85d1b4f24e9dc5859ee5887506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Raise msg:fail:delivery when an error, originated by a filter, gets ignored.
#
exim -odq userx@domain1
Also try to deliver this message to usery via a filter deliver command.
However that fails. But because of the noerror cmd the error just gets ignored.
****
server PORT_S
220 ESMTP
EHLO
250-OK
250 HELP
MAIL
250 OK
RCPT
250 OK
RCPT
550 Not that one
DATA
354 More...
.
250 OK
QUIT
220 OK
****
exim -qqf
****