[ mailman-Bugs-871050 ] Uncought runner exception: Empty module name

SourceForge.net noreply at sourceforge.net
Mon Jan 5 12:03:22 EST 2004


Bugs item #871050, was opened at 2004-01-05 11:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=871050&group_id=103

Category: mail delivery
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Fernando Barajas (fbarajas)
Assigned to: Nobody/Anonymous (nobody)
Summary: Uncought runner exception: Empty module name

Initial Comment:
Hi!

I run several lists on mailman, and all of the lists are 
working OK, but suddently one of them (named 
fc_general) stopped working, and I get the following in 
logs/error every time I try to post to the fc_general list:


Jan 05 11:03:48 2004 (8451) Uncaught runner 
exception: Empty module name
Jan 05 11:03:48 2004 (8451) Traceback (most recent 
call last):
  File "/home/mailman/Mailman/Queue/Runner.py", line 
105, in _oneloop
    self._onefile(msg, msgdata)
  File "/home/mailman/Mailman/Queue/Runner.py", line 
155, in _onefile
    keepqueued = self._dispose(mlist, msg, msgdata)
  
File "/home/mailman/Mailman/Queue/IncomingRunner.py", 
line 130, in _dispose
    more = self._dopipeline(mlist, msg, msgdata, pipeline)
  
File "/home/mailman/Mailman/Queue/IncomingRunner.py", 
line 153, in _dopipeline
    sys.modules[modname].process(mlist, msg, msgdata)
  File "/home/mailman/Mailman/Handlers/ToDigest.py", 
line 89, in process
    send_digests(mlist, mboxfp)
  File "/home/mailman/Mailman/Handlers/ToDigest.py", 
line 130, in send_digests
    send_i18n_digests(mlist, mboxfp)
  File "/home/mailman/Mailman/Handlers/ToDigest.py", 
line 303, in send_i18n_dige
sts
    msg = scrubber(mlist, msg)
  File "/home/mailman/Mailman/Handlers/Scrubber.py", 
line 308, in process
    t = t.encode(charset, 'replace')
  File "/var/tmp/python2-2.2.3-
root/usr/lib/python2.2/encodings/__init__.py", li
ne 51, in search_function
ValueError: Empty module name

Jan 05 11:03:48 2004 (8451) SHUNTING: 
1073322225.130398+2e61b88872c9af343bce1927
de7443b7500f2622

The rest of my lists work correctly.  

I was using 2.1.2, but today I upgraded to 2.1.4 and it's 
still failing.

What can I do?

Thanks!


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=871050&group_id=103



More information about the Mailman-coders mailing list