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
/
0313
1
# limits on filter and include file size
2
#
3
# Make a file that has a huge hole in it
4
perl
5
open(OUT, ">DIR/test-holey");
6
seek OUT, 104857620, 0;
7
print OUT "End\n";
8
close(OUT);
9
****
10
#
11
exim -odi filter include
12
****
13
no_msglog_check