projects
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Hopefully the final lot of test files.
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0400
1
# backslash in redirection
2
exim -DDATA=abcd -bt t1@d1
3
****
4
exim -DDATA=\\\\abcd -bt t1@d1
5
****
6
exim -DDATA=\\\\abcd@test.ex -bt t1@d1
7
****
8
exim -bt alias1@d2 alias2@d2
9
****