You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Yves Goergen <no...@unclassified.de> on 2006/10/31 11:56:35 UTC

Day '31' out of range 1..30

Hi,

I've been reporting this error message before, and I was told that it
was fixed in a development snapshot. Now, about 3 or 4 versions later, I
see this message again, already about 20 times for today. (But the
number of scanned and rejected e-mails is surely quite a lot greater.)
Yesterday, on 30th, it also appeared a few times with day '31',
whereever that came from.

I've installed SpamAssassin 3.1.6 on Debian Linux 3.1. Is there a way to
get rid of this error message?

The whole message follows:

Oct 31 10:53:06 mond spamd[19424]: Day '31' out of range 1..30 at
/usr/local/share/perl/5.8.4/Mail/SpamAssassin/Util.pm line 446

-- 
Yves Goergen "LonelyPixel" <no...@unclassified.de>
http://beta.unclassified.de – My web laboratory.

Re: Day '31' out of range 1..30

Posted by Theo Van Dinter <fe...@apache.org>.
On Tue, Oct 31, 2006 at 07:16:46PM +0100, Yves Goergen wrote:
> > Can you open a bugzilla ticket about this and attach (not cut/paste) the
> > message causing the issue to the ticket?  Line 446 is:
> 
> Does someone already have an account for that?

You should create yourself an account and then you'll be able to create
tickets.

-- 
Randomly Selected Tagline:
"The random quantum fluctuations of my brain are historical accidents that
 happen to have decided that the concepts of dynamic scoping and lexical
 scoping are orthogonal and should remain that way."     - Larry Wall

Re: Day '31' out of range 1..30

Posted by Yves Goergen <no...@unclassified.de>.
On 31.10.2006 17:42 CE(S)T, Theo Van Dinter wrote:
> On Tue, Oct 31, 2006 at 11:56:35AM +0100, Yves Goergen wrote:
>> I've installed SpamAssassin 3.1.6 on Debian Linux 3.1. Is there a way to
>> get rid of this error message?
>>
>> The whole message follows:
>>
>> Oct 31 10:53:06 mond spamd[19424]: Day '31' out of range 1..30 at
>> /usr/local/share/perl/5.8.4/Mail/SpamAssassin/Util.pm line 446
> 
> Can you open a bugzilla ticket about this and attach (not cut/paste) the
> message causing the issue to the ticket?  Line 446 is:

Does someone already have an account for that?

-- 
Yves Goergen "LonelyPixel" <no...@unclassified.de>
http://beta.unclassified.de – My web laboratory.

Re: Day '31' out of range 1..30

Posted by Theo Van Dinter <fe...@apache.org>.
On Tue, Oct 31, 2006 at 11:56:35AM +0100, Yves Goergen wrote:
> I've installed SpamAssassin 3.1.6 on Debian Linux 3.1. Is there a way to
> get rid of this error message?
> 
> The whole message follows:
> 
> Oct 31 10:53:06 mond spamd[19424]: Day '31' out of range 1..30 at
> /usr/local/share/perl/5.8.4/Mail/SpamAssassin/Util.pm line 446

Can you open a bugzilla ticket about this and attach (not cut/paste) the
message causing the issue to the ticket?  Line 446 is:

    $time = timegm($ss, $mm, $hh, $dd, $mmm-1, $yyyy);

So it's not SA specifically throwing the warning out, but Util could
have issues with the dates in the message causing timegm to complain.

-- 
Randomly Selected Tagline:
"Well, that's more-or-less what I was saying, though obviously addition
 is a little more cosmic than the bitwise operators." - Larry Wall