Skip Menu |

This queue is for tickets about the WWW-Yahoo-Groups CPAN distribution.

Report information
The Basics
Id: 4522
Status: resolved
Worked: 5 min
Priority: 0/
Queue: WWW-Yahoo-Groups

People
Owner: spoon [...] cpan.org
Requestors: metaperl [...] urth.org
Cc:
AdminCc:

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



Subject: sqlite yahoogroup msg 1696 causes example program termination
Hi, we are archiving this Yahoo Group before we delete it. message 1696 leads to this error: ~/hacks/yg $ perl yahoo2maildir jp/new/1696.sqlite at yahoo2maildir line 45. Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/site_perl/5.8.0/WWW/Yahoo/Groups.pm line 723. ...propagated at yahoo2maildir line 54. ~/hacks/yg $ Thank you for your rapid response to my last posting also.
Download yahoo2maildir
application/octet-stream 1.6k

Message body not shown because it is not plain text.

Date: Sat, 29 Nov 2003 09:07:15 -0800
From: Terrence Brannon <metaperl [...] urth.org>
To: bug-WWW-Yahoo-Groups [...] rt.cpan.org
Subject: Re: [cpan #4522] AutoReply: sqlite yahoogroup msg 1696 causes example program termination
RT-Send-Cc:
ditto for for message 2708 jp/new/2708.sqlite at yahoo2maildir line 45. Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/site_perl/5.8.0/WWW/Yahoo/Groups.pm line 723. ...propagated at yahoo2maildir line 54. Show quoted text
> Greetings, > This message has been automatically generated in response to your bug report about WWW-Yahoo-Groups, a summary of which appears below. > >There is no need to reply to this message right now. Your bug in WWW-Yahoo-Groups has been assigned an ID of [cpan #4522]. Please include the string: > > [cpan #4522] > >in the subject line of all future correspondence about this issue. To do so, >you may reply to this message. > > Thank you, > bug-WWW-Yahoo-Groups@rt.cpan.org > >------------------------------------------------------------------------- >Hi, we are archiving this Yahoo Group before we delete it. > >message 1696 leads to this error: > > ~/hacks/yg $ perl yahoo2maildir >jp/new/1696.sqlite at yahoo2maildir line 45. >Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/site_perl/5.8.0/WWW/Yahoo/Groups.pm line 723. > ...propagated at yahoo2maildir line 54. > ~/hacks/yg $ > >Thank you for your rapid response to my last posting also. > > >
[metaperl@urth.org - Sat Nov 29 12:07:53 2003]: Show quoted text
> ditto for for message 2708 > > jp/new/2708.sqlite at yahoo2maildir line 45. > Use of uninitialized value in concatenation (.) or string at > /usr/lib/perl5/site_perl/5.8.0/WWW/Yahoo/Groups.pm line 723. > ...propagated at yahoo2maildir line 54.
Appears to be a result of messages with no body. Adding the following line should "fix" it. @@ -719,6 +719,7 @@ my ($header, $body) = split /\n\n/, $msg, 2; $header =~ s/^ (?! (?:From\ |[a-z-]+:) ) / /igmx; + $body = '' unless defined $body; return $header."\n\n".$body; } Show quoted text
> Thank you for your rapid response to my last posting also.
Just happened to get me as I woke up =) By the way, with some recent changes from YahooGroups, you may find that unless you're the admin hidden email addresses are not being unhidden. They've switched to a new algorithm and I've not been able to reverse engineer it yet. Just thought you should know about that. cheers, -- Iain.
[TBONE - Sat Nov 29 03:16:18 2003]: Show quoted text
> Hi, we are archiving this Yahoo Group before we delete it. > > message 1696 leads to this error:
Hello?
[metaperl@urth.org - Mon Dec 1 04:49:54 2003]: [...] Show quoted text
> Hi, I think this issue is resolved. Did you have something to say?
Not at all =) I was just checking whether it had worked for you ok. I'll mark it as resolved. Thank you! -- Iain.