Mailman errors - help!
After upgrading Python 1.5 (as per RHSA), public subscription to mailman lists no longer worked. So we installed Python2 and forced Mailman to use it. Seemed to work for a few hours, and now it appears that perhaps no lists are processing messages. The error generated every few seconds (a few dozen lists some with 10k+ members) is as follows:Feb 06 10:01:02 2003 qrunner(1209): Traceback (innermost last):
Feb 06 10:01:02 2003 qrunner(1209): File "/www/mailman/cron/qrunner", line 283, in ?
Feb 06 10:01:02 2003 qrunner(1209): kids = main(lock)
Feb 06 10:01:02 2003 qrunner(1209): File "/www/mailman/cron/qrunner", line 253, in main
Feb 06 10:01:02 2003 qrunner(1209): keepqueued = dispose_message(mlist, msg, msgdata)
Feb 06 10:01:02 2003 qrunner(1209): File "/www/mailman/cron/qrunner", line 121, in dispose_message
Feb 06 10:01:02 2003 qrunner(1209): if BouncerAPI.ScanMessages(mlist, mimemsg):
Feb 06 10:01:02 2003 qrunner(1209): File "/www/mailman/Mailman/Bouncers/BouncerAPI.py", line 58, in ScanMessages
Feb 06 10:01:02 2003 qrunner(1209): func = getattr(getattr(getattr(mod, 'Bouncers'), modname), 'process')
Feb 06 10:01:02 2003 qrunner(1209): AttributeError : process