]> git.netwichtig.de Git - user/henk/code/exim.git/blob - test/scripts/0000-Basic/0313
smtp_out
[user/henk/code/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