Comment 3 for bug 266009

Revision history for this message
Junkmale (junkmale) wrote :

I am having a simlar problem. Mail comes in, but never goes
out to the list. Everthing is shunted. I found this "patch"
http://www.mail-archive.com/mailman-developers@python.
org/msg06317.html and applied it. Then I ran unshunt. That's
when this appeared in mailman/logs/error

Feb 05 07:57:07 2004 (27060) Dequeuing message destined
for missing list: planners
Feb 05 07:57:07 2004 (27060) Uncaught runner exception:
Empty module name
Feb 05 07:57:07 2004 (27060) Traceback (most recent call
last):
  File "/usr/local/mailman/Mailman/Queue/Runner.py", line 110,
in _oneloop
    self._onefile(msg, msgdata)
  File "/usr/local/mailman/Mailman/Queue/Runner.py", line 160,
in _onefile
    keepqueued = self._dispose(mlist, msg, msgdata)
  File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py",
line 130, in _dispose
    more = self._dopipeline(mlist, msg, msgdata, pipeline)
  File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py",
line 153, in _dopipeline
    sys.modules[modname].process(mlist, msg, msgdata)
  File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line
90, in process
    send_digests(mlist, mboxfp)
  File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line
131, in send_digests
    send_i18n_digests(mlist, mboxfp)
  File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line
304, in send_i18n_digests
    msg = scrubber(mlist, msg)
  File "/usr/local/mailman/Mailman/Handlers/Scrubber.py", line
311, in process
    t = t.encode(charset, 'replace')
  File "/usr/local/lib/python2.3/encodings/__init__.py", line 84,
in search_function
    globals(), locals(), _import_tail)
ValueError: Empty module name