X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=maps%2Fbin%2Fdisplay.cgi;h=533ecae8eb94911ae4a6606fc2a8d8b59a732733;hb=6ee4bd4718471ce8ba4a8416a0bee09b082e0f13;hp=14c2553c05c502f7738db0ecb92ddf974c2d4397;hpb=fc23b17426d0f6f666d61b24d18817978e134d87;p=clearscm.git diff --git a/maps/bin/display.cgi b/maps/bin/display.cgi index 14c2553..533ecae 100755 --- a/maps/bin/display.cgi +++ b/maps/bin/display.cgi @@ -79,7 +79,10 @@ sub Body($) { my $parser = MIME::Parser->new(); + # For some strange reason MIME::Parser has started having some problems + # with writing out tmp files... $parser->output_to_core(1); + $parser->tmp_to_core(1); my $entity = $parser->parse_data ($message);