KeyError in "virgin" runner.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNU Mailman |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
Not sure what caused this error that showed up in mailman.log:
Aug 16 10:54:50 2011 (31400) Uncaught runner exception: u'foo.example.com'
Aug 16 10:54:50 2011 (31400) Traceback (most recent call last):
File "/home/
self.
File "/home/
keepqueued = self._dispose(
File "/home/
process(mlist, msg, msgdata, 'virgin')
File "/home/
handler.
File "/home/
process(mlist, msg, msgdata)
File "/home/
listinfo = mlist.script_
File "/home/
return urljoin(
File "/home/
return getUtility(
File "/home/
raise KeyError(
KeyError: u'foo.example.com'
Changed in mailman: | |
status: | New → Triaged |
I am able to trigger this error by sending an email to a list from a nonmember, so the message gets put into held status. Then moderating the message with Action.accept. After that, the message does not get delivered, instead the above error appears in the log.