git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: perl version oddity
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0197
1
# Taking copies of a domain's mail
2
need_ipv4
3
#
4
exim -odi userx@copy.domain usery@copy.domain
5
Test one.
6
.
7
****
8
exim -odi -bs
9
helo test
10
mail from:<doesn't@matter>
11
rcpt to:<x@copy.domain>
12
rcpt to:<y@copy.domain>
13
rcpt to:<z@elsewhere>
14
data
15
Test two.
16
.
17
quit
18
****
19
exim -qf
20
****