git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Hurd: errno really uses more than a short-sized value. Bug 2476
[exim.git]
/
test
/
scripts
/
5700-events
/
5703
1
# Raise msg:fail:delivery when an error of a failed bounce gets ignored.
2
#
3
exim -odq userx@domain1
4
Try to deliver this message to usery via a filter deliver "redirect".
5
However that fails. Later the bounce also fails.
6
****
7
server PORT_S 2
8
220 ESMTP
9
EHLO
10
250-OK
11
250 HELP
12
MAIL
13
250 OK
14
RCPT
15
550 Not that one
16
QUIT
17
220 OK
18
****
19
exim -qqf
20
****