Uncaught runner exception: 'NoneType' object
Hello
an error related to NoneType objects having no attributes has already been reported on this list. I get such an error only when I create a new list, only the mail sent to mailman-owner enumerating the new aliases to add seems to get caught in this. Should I test the patch Barry sent in message <15534.7944.843739.720556@anthem.wooz.org> to solve this problem? My MTA is sendmail. Thanks, Michael
Apr 30 00:41:51 2002 (602) Uncaught runner exception: 'NoneType' object has no attribute 'Load' Apr 30 00:41:51 2002 (602) Traceback (most recent call last): File "/var/Mailman/Mailman/Queue/Runner.py", line 105, in __oneloop self.__onefile(msg, msgdata) File "/var/Mailman/Mailman/Queue/Runner.py", line 155, in __onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/var/Mailman/Mailman/Queue/OutgoingRunner.py", line 58, in _dispose mlist.Load() AttributeError: 'NoneType' object has no attribute 'Load'
"tm" == totschnig michael <totschnig.michael@uqam.ca> writes:
tm> an error related to NoneType objects having no attributes has
tm> already been reported on this list. I get such an error only
tm> when I create a new list, only the mail sent to mailman-owner
tm> enumerating the new aliases to add seems to get caught in
tm> this. Should I test the patch Barry sent in message
tm> <15534.7944.843739.720556@anthem.wooz.org> to solve this
tm> problem? My MTA is sendmail. Thanks, Michael
This is fixed in cvs now. It only happens when you create new lists through the web and you've got the following in your mm_cfg.py (or use the default):
MTA = 'Manual'
-Barry
participants (2)
-
barry@zope.com
-
totschnig.michael@uqam.ca