[Mailman-Developers] further empty module name woes

sumeet sumeetp at hotmail.com
Wed Aug 20 10:24:59 EDT 2003


I have a list that i created ages ago, then suddenly at 9:51am w/ no prompting from me I started getting the error below. Previously it was related to localization issues, now even when i send a test message w or w/o text and/or subject from the mailman host it gets shunted immediately. I'm sending this to developers as well, b/c Tokio was able to solve my problem -- it just may be too much of an issue for the users list. Please reply to me. thx.
 I've compiled my own version of Python 2.2.2:
[root at mailman qfiles]# /usr/local/bin/python -V
Python 2.2.2
On the following OS:
[root at mailman qfiles]# uname -a
Linux mailman.vmware.com 2.4.20-8 #2 SMP Fri Jul 11 14:46:57 PDT 2003 i686 i686 i386 GNU/Linux

The error log says:Aug 19 14:12:14 2003 (23553) Uncaught runner exception: Empty module name
Aug 19 14:12:14 2003 (23553) Traceback (most recent call last):
  File "/usr/local/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop
    self._onefile(msg, msgdata)
  File "/usr/local/mailman/Mailman/Queue/Runner.py", line 155, 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 89, in process
    send_digests(mlist, mboxfp)
  File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 130, in send_digests
    send_i18n_digests(mlist, mboxfp)
  File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 303, in send_i18n_digests
    msg = scrubber(mlist, msg)
  File "/usr/local/mailman/Mailman/Handlers/Scrubber.py", line 308, in process
    t = t.encode(charset, 'replace')
  File "/usr/local/lib/python2.2/encodings/__init__.py", line 51, in search_function
    mod = __import__(modname,globals(),locals(),'*')
ValueError: Empty module name


More information about the Mailman-Developers mailing list