Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-LocalDelivery CPAN distribution.

Report information
The Basics
Id: 26373
Status: resolved
Priority: 0/
Queue: Email-LocalDelivery

People
Owner: Nobody in particular
Requestors: sfllaw [...] debian.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.

I've fixed this in the latest release. I'm curious: did this bug actually bite you in some way? -- rjbs
Subject: Re: [rt.cpan.org #26373] From_ header munging is incorrect in Email::LocalDelivery::Mbox
Date: Tue, 26 Jun 2007 17:04:26 -0400
To: Ricardo Signes via RT <bug-Email-LocalDelivery [...] rt.cpan.org>
From: Simon Law <sfllaw [...] debian.org>
On Sun, Apr 15, 2007 at 09:16:58AM -0400, Ricardo Signes via RT wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=26373 > > > I've fixed this in the latest release. I'm curious: did this bug > actually bite you in some way?
Yes, I did have an e-mail that contained the appropriate string. Cheers, -- Simon Law http://www.law.yi.org/~sfllaw/
reopening was unintentional -- rjbs