$NetBSD: patch-ac,v 1.1 2009/04/02 18:10:39 tez Exp $

diff -ruN lib/Mail/Mbox/MessageParser/Perl.pm.orig lib/Mail/Mbox/MessageParser/Perl.pm > ../../patches/patch-ac

--- lib/Mail/Mbox/MessageParser/Perl.pm.orig	2009-03-31 16:21:44.338876800 -0500
+++ lib/Mail/Mbox/MessageParser/Perl.pm	2009-03-31 16:23:32.285106100 -0500
@@ -265,7 +265,7 @@
   # RFC 1521 says the boundary can be no longer than 70 characters. Back up a
   # little more than that.
   my $endline = $self->{'endline'};
-  $self->_read_until_match(qr/^--\Q$boundary\E--$endline/,76)
+  $self->_read_until_match(qr/^--\Q$boundary\E--$endline/m,76)
     or return 0;
 
   return 1;
