git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Corrections to spec examples - fixes bug 1196
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0412
1
# $reply_address
2
exim -odi CALLER
3
From: CALLER
4
5
From set, reply-to non-existent.
6
****
7
exim -odi CALLER
8
From: CALLER
9
Reply-to:
10
11
From set, reply-to empty
12
****
13
exim -odi CALLER
14
From: CALLER
15
Reply-to: usery
16
17
From set, reply-to set
18
****
19
exim -odi CALLER
20
From:
21
22
From empty, reply-to non-existent
23
****