>>>>> "MM" == Marc MERLIN <[EMAIL PROTECTED]> writes:
MM> How do I find which list it comes from or further debug this?
Someone's got a bogus autoreply text. The syslog() calls in
HandlerAPI.py should include the name of the list that got the
uncaught exception. You can add this by going to HandlerAPI.py and
changing
syslog('error', 'Delivery exception: %s' % e)
to
syslog('error', 'Uncaught exception on list: %s' % mlist.internal_name())
syslog('error', 'Delivery exception: %s' % e)
Then check the autoreply texts for bogus %()s style interpolation
formats in the string.
I'll make sure MM2.1 is more robust here.
-Barry
P.S. I'd like to know what that string was...
------------------------------------------------------
Mailman-Users maillist - [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users