git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix retry key bug for pipe, file, or autoreply deliveries.
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0372
1
# Preservation of ACL variables
2
exim -v -odi -bs -oMa 1.2.3.4 -oMs host.name
3
mail from:<>
4
rcpt to:<x@y>
5
data
6
.
7
mail from:<>
8
rcpt to:<a@b>
9
data
10
.
11
quit
12
****