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
/
0219
1
# -be and file permissions
2
touch DIR/test-private
3
sudo chown EXIMUSER DIR/test-private
4
sudo chmod 0600 DIR/test-private
5
#
6
exim -be
7
${lookup{junk}lsearch{DIR/test-private}{$value}fail}
8
****