[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: errors in cvs



Colin Watson <cjwatson@debian.org> writes:

> On Sun, Aug 24, 2003 at 07:12:59PM +0200, Goswin von Brederlow wrote:
> > I updated to cvs and get the following:
> > 
> > Use of uninitialized value in string at /etc/debbugs/text line 15.
> > 
> > The problem seems to be that before doing
> > 
> > require '/etc/debbugs/text';
> > 
> > one has to set $gBadEmailPrefix first:
> 
> Fixed, thanks.

Not in CVS aparently. I still see this in my diff.

I'm preparing a patch for the rfc822 output which currently includes
this fix. Could you commit the fix asap or wait for my patch? Mixing
the two issuses might not be the best idea but its your choice.

> > And receive.in is missing the
> > 
> > use vars qw($gMailer $gBadEmailPrefix);
> 
> It shouldn't need it; receive doesn't 'use strict'.

removed locally.

MfG
        Goswin



Reply to: