git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Revert "Testsuite: Use explicit interface for send to localhost"
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0119
1
# -R and -S
2
exim -odq postmaster
3
****
4
exim -Rpostmaster
5
****
6
exim -Rf postmaster
7
****
8
exim -R postmaster
9
****
10
exim -S postmaster
11
****
12
exim -S CALLER
13
****
14
exim -Rr p[aeiou]st
15
****
16
exim -Sr 'CALLER|^post'
17
****
18
exim -qqSr 'CALLER'
19
****
20
exim -qSr '^10'
21
****
22
exim -R postmaster -S postmaster
23
****
24
exim -S CALLER -R master
25
****