Skip Menu |

This queue is for tickets about the Text-Autoformat CPAN distribution.

Report information
The Basics
Id: 4684
Status: new
Priority: 0/
Queue: Text-Autoformat

People
Owner: Nobody in particular
Requestors: chris [...] dyndns.org
Cc:
AdminCc:

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



Subject: CC: email header confused with roman numeral
Text::Autoformat confuses the email header CC: with a roman numeral. For example: ctriv@arwen:~/tmp$ cat <<END | perl -MText::Autoformat -we'autoformat{all => 1, renumber => 0}' Show quoted text
> To: someone@somewhere.net > Cc: webmaster@dyndns.org > From: chris@dyndns.org > > Foo bar baz > END
To: someone@somewhere.net Cc: webmaster@dyndns.org From: chris@dyndns.org Foo bar baz As you can see the From: header is merged into the same paragraph as the CC: header. The CC: header is parsed as: $VAR1 = { 'quotespace' => '', 'presig' => '', 'hangspace' => ' ', 'separator' => '', 'text' => 'webmaster@dyndns.org', 'empty' => 0, 'prespace' => '', 'raw' => 'Cc: webmaster@dyndns.org', 'quoter' => '', 'hang' => bless( [ { 'cut' => 0, 'nval' => 200, 'pre' => '', 'post' => ':', 'val' => 'Cc', 'type' => 'rom' } ], 'Hang' ) };
Date: Tue, 16 Dec 2003 15:36:40 +1100
From: Damian Conway <damian [...] conway.org>
To: bug-Text-Autoformat [...] rt.cpan.org
CC: AdminCc [...] fsck.com, of [...] fsck.com, cpan [...] fsck.com, Ticket [...] fsck.com, #4684: , ;
Subject: Re: [cpan #4684] CC: email header confused with roman numeral
RT-Send-Cc:
Noted and fixed for the next release. The original poster is welcome to email me privately if they need a pre-release patch. Thanks Damian