Skip Menu |

This queue is for tickets about the Mail-Box CPAN distribution.

Report information
The Basics
Id: 98255
Status: resolved
Priority: 0/
Queue: Mail-Box

People
Owner: Nobody in particular
Requestors: andy [...] andybev.com
Cc:
AdminCc:

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



Subject: Broken email clients inserting month as numeral
Date: Fri, 22 Aug 2014 16:31:51 +0100
To: bug-Mail-Box <bug-Mail-Box [...] rt.cpan.org>
From: Andrew Beverley <andy [...] andybev.com>
Some broken mail clients insert the date's month as numeric rather than month name. This patch enables them to still be parsed. Would it be possible to accept it please? Thanks!

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #98255] Broken email clients inserting month as numeral
Date: Sat, 23 Aug 2014 11:29:17 +0200
To: Andrew Beverley via RT <bug-Mail-Box [...] rt.cpan.org>
From: Mark Overmeer <solutions [...] overmeer.net>
* Andrew Beverley via RT (bug-Mail-Box@rt.cpan.org) [140822 15:32]: Show quoted text
> Fri Aug 22 11:32:03 2014: Request 98255 was acted upon. > Transaction: Ticket created by abeverley > Queue: Mail-Box > Subject: Broken email clients inserting month as numeral > > Some broken mail clients insert the month as numeral.
Would be nice to document which clients. Accepted. Release on its way to CPAN (may take at least an hour to become visible) -- Greetings from Sofia, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
Subject: Re: [rt.cpan.org #98255] Broken email clients inserting month as numeral
Date: Sat, 23 Aug 2014 19:55:50 +0100
To: bug-Mail-Box [...] rt.cpan.org
From: Andrew Beverley <andy [...] andybev.com>
On Sat, 2014-08-23 at 05:29 -0400, Mark Overmeer via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=98255 > > > * Andrew Beverley via RT (bug-Mail-Box@rt.cpan.org) [140822 15:32]:
> > Fri Aug 22 11:32:03 2014: Request 98255 was acted upon. > > Transaction: Ticket created by abeverley > > Queue: Mail-Box > > Subject: Broken email clients inserting month as numeral > > > > Some broken mail clients insert the month as numeral.
> > Would be nice to document which clients.
Looks like a Yahoo auto-responder. Which is also broken in that it's even replying to messages with the header Precedence: bulk Show quoted text
> Accepted. Release on its way to CPAN (may take at least an hour to > become visible)
Thanks, much appreciated. Enjoy Sofia! Andy
Subject: Re: [rt.cpan.org #98255] Broken email clients inserting month as numeral
Date: Sun, 24 Aug 2014 12:15:40 +0100
To: bug-Mail-Box [...] rt.cpan.org
From: Andrew Beverley <andy [...] andybev.com>
Hi Mark, On Sat, 2014-08-23 at 05:29 -0400, Mark Overmeer via RT wrote: Show quoted text
> Release on its way to CPAN (may take at least an hour to become > visible)
Unfortunately you missed the options when calling SMTP->send in scalar mode. See attached. Thanks, Andy

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #98255] Broken email clients inserting month as numeral
Date: Sun, 24 Aug 2014 15:27:35 +0200
To: Andrew Beverley via RT <bug-Mail-Box [...] rt.cpan.org>
From: Mark Overmeer <mark [...] overmeer.net>
* Andrew Beverley via RT (bug-Mail-Box@rt.cpan.org) [140824 11:16]: Show quoted text
> Queue: Mail-Box > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=98255 > > > On Sat, 2014-08-23 at 05:29 -0400, Mark Overmeer via RT wrote:
> > Release on its way to CPAN (may take at least an hour to become > > visible)
> > Unfortunately you missed the options when calling SMTP->send in scalar > mode. See attached.
fixed version uploaded. Sorry. I always have to apply patches by hand, because the released code is the result of processing my sources (extracting documentation) -- greetz, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
Subject: Re: [rt.cpan.org #98255] Broken email clients inserting month as numeral
Date: Sun, 24 Aug 2014 16:38:47 +0100
To: bug-Mail-Box [...] rt.cpan.org
From: Andrew Beverley <andy [...] andybev.com>
On Sun, 2014-08-24 at 09:27 -0400, Mark Overmeer via RT wrote: Show quoted text
> fixed version uploaded. Sorry. > > I always have to apply patches by hand, because the released code is > the result of processing my sources (extracting documentation)
No worries, thank you. Just goes to show that even the best make mistakes ;-) Andy