Subject: | Division by zero when analysing non-MBOX files |
It's pretty easy to get "Illegal division by zero at
Mail/Mbox/MessageParser.pm line 640." error when trying to open a file
that is not quite a valid MBOX. I don't attach an example because the
file in question contains some private emails and without understanding
this code it's not really clear how can I make a synthetic example
showing it but it does seem that there should be a check for
$data_length!=0 in this function, could it please be added?