Split long fakereject and fakedefer messages.
[exim.git] / test / scripts / 0000-Basic / 0313
CommitLineData
59371ea7
PH
1# limits on filter and include file size
2#
3# Make a file that has a huge hole in it
4perl
5open(OUT, ">DIR/test-holey");
6seek OUT, 104857620, 0;
7print OUT "End\n";
8close(OUT);
9****
10#
11exim -odi filter include
12****
13no_msglog_check