[Bug 1462755] Re: qrunner crashes on invalid unicode sequence

Mark Sapiro mark at msapiro.net
Sun Jun 7 17:36:24 CEST 2015


Actually, the traceback says what's happening is CookHeaders is trying
to create the List-Id: header to be added to the message.

It tries to create a header of the form:

List-Id: list description <list.example.com>

And the exception occurs when trying to rfc 2047 encode the list's
description in the charset of the list's preferred language. This
exception should be occurring on every list post. Is that the case?

Also, what is the list's preferred_language and what is the raw value of
the list's description attribute. Obtain this info with something like:

$ bin/withlist list1
Loading list list1 (unlocked)
The variable `m' is the list1 MailList instance
>>> m.preferred_language
'en'
>>> m.description
'My List one'
>>> 

(of course the list name and responses will be different in your case.)


** Changed in: mailman
   Importance: Undecided => Medium

** Changed in: mailman
       Status: New => Incomplete

** Changed in: mailman
    Milestone: None => 2.1.21

** Changed in: mailman
     Assignee: (unassigned) => Mark Sapiro (msapiro)

-- 
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/1462755

Title:
  qrunner crashes on invalid unicode sequence

To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/1462755/+subscriptions


More information about the Mailman-coders mailing list