One of my list members forwarded me the attached traceback. I'm don't have much clue with regard to the email package, though, so I'm passing it along to the group.
The fact that the user who sent me the report is using the French locale may be of note.
The attached traceback was generated when the user attempted to unsubscribe from a mailing list to which they belonged.
-- Jon Parise (jon@horde.org) :: The Horde Project (http://horde.org/)
On Sun, Dec 29, 2002 at 05:50:47PM -0500, Jon Parise wrote:
The attached traceback was generated when the user attempted to unsubscribe from a mailing list to which they belonged.
It appears the attachment was stripped. Here's an inlined plain text version:
Traceback (most recent call last): File "/usr/local/mailman/scripts/driver", line 87, in run_main main() File "/usr/local/mailman/Mailman/Cgi/confirm.py", line 118, in main unsubscription_confirm(mlist, doc, cookie) File "/usr/local/mailman/Mailman/Cgi/confirm.py", line 392, in unsubscription_confirm op, addr = mlist.ProcessConfirmation(cookie) File "/usr/local/mailman/Mailman/MailList.py", line 1090, in ProcessConfirmation self.ApprovedDeleteMember(addr, whence=whence) File "/usr/local/mailman/Mailman/MailList.py", line 924, in ApprovedDeleteMember self.SendUnsubscribeAck(name) File "/usr/local/mailman/Mailman/Deliverer.py", line 78, in SendUnsubscribeAck Utils.wrap(self.goodbye_msg), self.getMemberLanguage(addr)) File "/usr/local/mailman/Mailman/Message.py", line 203, in __init__ self['Subject'] = Header(subject, charset, header_name='Subject') File "/usr/local/mailman/pythonlib/email/Header.py", line 164, in __init__ self.append(s, charset) File "/usr/local/mailman/pythonlib/email/Header.py", line 230, in append ustr = unicode(s, incodec) UnicodeError: ASCII decoding error: ordinal not in range(128)
-- Jon Parise (jon@horde.org) :: The Horde Project (http://horde.org/)
On Sun, Dec 29, 2002 at 09:20:12PM -0500, Barry A. Warsaw wrote:
Any possibility you can send me the message?
It looks like it's in the process of building the message when it dies (at least, that's my reading of the trace). How would I go about getting you the message contents?
-- Jon Parise (jon@horde.org) :: The Horde Project (http://horde.org/)
On Sun, Dec 29, 2002 at 10:51:52PM -0500, Jon Parise wrote:
Any possibility you can send me the message?
It looks like it's in the process of building the message when it dies (at least, that's my reading of the trace). How would I go about getting you the message contents?
FYI -
The problem has been fixed after the latest set of updates (i.e. it works fine in Mailman 2.1).
Thanks!
-- Jon Parise (jon@horde.org) :: The Horde Project (http://horde.org/)
participants (2)
-
barry@python.org
-
Jon Parise