Bug#526064: rss2email: garbles messages

2011-08-26 Thread Etienne Millon
* Jakub Wilk uba...@users.sf.net [110826 16:31]: Package: rss2email Version: 1:2.65-1 Severity: important rss2email produces totally garbled messages for the following feed: http://www.rp.pl/rss/10.html This is probably related to the following Python bug:

Bug#545191: Bug#526064: rss2email: garbles messages

2011-08-26 Thread Jakub Wilk
submitter 526064 ! submitter 545191 ! submitter 545195 ! submitter 545196 ! submitter 545197 ! thanks * Etienne Millon etienne.mil...@gmail.com, 2011-08-26, 18:37: rss2email produces totally garbled messages for the following feed: http://www.rp.pl/rss/10.html This is probably related to the

Bug#526064: rss2email: garbles messages

2011-08-26 Thread Etienne Millon
* Jakub Wilk jw...@debian.org [110826 18:57]: Now that #545191 has been fixed upstream, It's not fixed in Debian, at least not in python2.6. (It is fixed in python2.7, but in such a pathetic way that it doesn't help rss2email even a bit.) do you think we can close these bug reports ?

Bug#526064: rss2email: garbles messages

2011-08-26 Thread Jakub Wilk
* Etienne Millon etienne.mil...@gmail.com, 2011-08-26, 19:02: The example RSS feed works with a newer rss2email, Well, RSS feeds have tendency to change over time, you know. :) I naïvely assumed that the bug will be promptly fixed; otherwise I would have attached the actual feed contents to

Bug#526064: rss2email: garbles messages

2009-04-29 Thread Jakub Wilk
Patch attached. -- Jakub Wilk diff --git a/rss2email.py b/rss2email.py --- a/rss2email.py +++ b/rss2email.py @@ -91,9 +91,16 @@ CHARSET_LIST='US-ASCII', 'BIG5', 'ISO-2022-JP', 'ISO-8859-1', 'UTF-8' from email.MIMEText import MIMEText -from email.Header import Header +from email.Header import

Bug#526064: rss2email: garbles messages

2009-04-28 Thread Jakub Wilk
Package: rss2email Version: 1:2.65-1 Severity: important rss2email produces totally garbled messages for the following feed: http://www.rp.pl/rss/10.html This is probably related to the following Python bug: http://bugs.python.org/issue5871 -- System Information: Debian Release: squeeze/sid