git://git.exim.org
/
users
/
jgh
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
appendfile: tidying
[users/jgh/exim.git]
/
test
/
scripts
/
0000-Basic
/
0052
1
# Local part selection in routers
2
exim -odi xx99@test.ex
3
This is a test message 1.
4
****
5
exim -odi yy99@test.ex
6
This is a test message 2.
7
****
8
exim -odi '!one@test.ex'
9
This is a test message 3.
10
****
11
exim -odi '!two@test.ex'
12
This is a test message 4.