projects
/
exim.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Logging: created Message-IDs. Selectors for created and all IDs. Bugs 219, 1840...
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0219
Commit
Line
Data
59371ea7
PH
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
****