Now, my list(s) have gotten to the point that where if I dont clear out the qfiles directory every four to six hours, I start getting stuff like this in ~mailman/logs/error:
Sep 20 15:40:04 2001 qrunner(19365): Traceback (most recent call last):
Sep 20 15:40:04 2001 qrunner(19365): File "/usr/local/mailman/cron/qrunner", l
ine 282, in ?
Sep 20 15:40:04 2001 qrunner(19365): kids = main(lock)
Sep 20 15:40:04 2001 qrunner(19365): File "/usr/local/mailman/cron/qrunner", l
ine 252, in main
Sep 20 15:40:04 2001 qrunner(19365): keepqueued = dispose_message(mlist, ms
g, msgdata)
Sep 20 15:40:04 2001 qrunner(19365): File "/usr/local/mailman/cron/qrunner", l
ine 121, in dispose_message
Sep 20 15:40:04 2001 qrunner(19365): if BouncerAPI.ScanMessages(mlist, mime
msg):
Sep 20 15:40:04 2001 qrunner(19365): File "/usr/local/mailman/Mailman/Bouncers
/BouncerAPI.py", line 59, in ScanMessages
Sep 20 15:40:04 2001 qrunner(19365): addrs = func(msg)
Sep 20 15:40:04 2001 qrunner(19365): File "/usr/local/mailman/Mailman/Bouncers
/DSN.py", line 46, in process
Sep 20 15:40:04 2001 qrunner(19365): if string.lower(msg.gettype()) <> 'mul
tipart/report' or
Sep 20 15:40:04 2001 qrunner(19365): File "/usr/local/lib/python2.1/string.py"
, line 51, in lower
Sep 20 15:40:04 2001 qrunner(19365): return s.lower()
Sep 20 15:40:04 2001 qrunner(19365): AttributeError : 'None' object has no attr
ibute 'lower'
This is 2.0.6, and it works fine otherwise. Suggestions?
Python 2.1... Has worked fine for months...
bill
Bill Bradford mrbill@mrbill.net Austin, TX
On Thu, Sep 20, 2001 at 07:53:41PM -0500, Bill Bradford wrote:
Now, my list(s) have gotten to the point that where if I dont clear out the qfiles directory every four to six hours, I start getting stuff like this in ~mailman/logs/error:
I'm seeing an interesting possible-bug in 2.0.6. Whenever it gets close to ~290 files in ~mailman/qfiles, it starts bombing out with the error I posted before. When qfiles is cleaned out, or doesnet have that many messages backed up, it works fine.
Possible overflow somewhere? I have yet to look at 2.1, so I dont know if its susceptible to this or not.
Bill
-- Bill Bradford mrbill@mrbill.net Austin, TX
participants (1)
-
Bill Bradford