[ mailman-Bugs-1394696 ] "ValueError: day of year out of range" on Dec 31?

SourceForge.net noreply at sourceforge.net
Tue Jan 10 22:37:46 CET 2006


Bugs item #1394696, was opened at 2006-01-01 05:44
Message generated for change (Comment added) made by tkikuchi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1394696&group_id=103

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: 2.1 (stable)
Status: Open
>Resolution: Out of Date
Priority: 5
Submitted By: quinn comendant (quinncom)
Assigned to: Nobody/Anonymous (nobody)
Summary: "ValueError: day of year out of range" on Dec 31?

Initial Comment:
I haven't checked closely but I'm guessing the
following error is because 


[root at one /var/mailman]# /etc/init.d/mailman stop
Traceback (most recent call last):
  File "/var/mailman/bin/qrunner", line 270, in ?
    main()
  File "/var/mailman/bin/qrunner", line 230, in main
    qrunner.run()
  File "/var/mailman/Mailman/Queue/Runner.py", line 82,
in run
    self._cleanup()
  File "/var/mailman/Mailman/Queue/BounceRunner.py",
line 139, in _cleanup
    self._register_bounces()
  File "/var/mailman/Mailman/Queue/BounceRunner.py",
line 129, in _register_bounces
    mlist.registerBounce(addr, msg, day=day)
  File "/var/mailman/Mailman/Bouncer.py", line 131, in
registerBounce
[root at one /var/mailman]#     time.strftime('%d-%b-%Y',
day + (0,)*6))
ValueError: day of year out of range

[root at one /var/mailman]# date
Sat Dec 31 23:39:23 CST 2005

[root at one /var/mailman]# bin/version 
Using Mailman version: 2.1.4


----------------------------------------------------------------------

>Comment By: Tokio Kikuchi (tkikuchi)
Date: 2006-01-10 21:37

Message:
Logged In: YES 
user_id=67709

time.strftime('%d-%b-%Y',day + (0,)*6)) caused error in
Python 2.4 and this was fixed in Mailman 2.1.6.

Please upgrade your mailman to the latest version.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1394696&group_id=103


More information about the Mailman-coders mailing list