[Mailman-Developers] Uncaught runner exception: 'NoneType' object

totschnig.michael@uqam.ca totschnig.michael@uqam.ca
Tue, 30 Apr 2002 01:33:14 -0400


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'