Subject: | From_ header munging is incorrect in Email::LocalDelivery::Mbox |
Date: | Sun, 15 Apr 2007 06:39:03 -0400 |
To: | bug-Email-LocalDelivery [...] rt.cpan.org |
From: | Simon Law <sfllaw [...] debian.org> |
The mbox file formats strictly use "From " as their header format.
However, Email::LocalDelivery::Mbox uses qr/^From\s/ to match this
header. This is no good, because it can be easily be fooled if someone
writes "From<tab>".
The attached patch addresses this issue by being more strict.
Cheers,
--
Simon Law http://www.law.yi.org/~sfllaw/
Message body is not shown because sender requested not to inline it.