]> git.netwichtig.de Git - user/henk/code/exim.git/blob - test/scripts/0000-Basic/0219
Fix filter noerror command. Bug 2318
[user/henk/code/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 ****