summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0313
blob: 32f288a25fcca9d0a2586c4aadf5ad7bf2e1b78d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# limits on filter and include file size
#
# Make a file that has a huge hole in it
perl
open(OUT, ">DIR/test-holey");
seek OUT, 104857620, 0;
print OUT "End\n";
close(OUT);
****
#
exim -odi filter include
****
exim -DINC -odi include
****
no_msglog_check