Mails get shunt for no apparent reason

Bug #558083 reported by shaikli
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GNU Mailman
Fix Released
Undecided
Unassigned

Bug Description

Here's the patch that was noted on this thread,

http://mail.python.org/pipermail/mailman-developers/2003-August/015547.html

I hope it makes it ASAP as it has solved a major
problem for us and
could be of use to others (there is a bug report with
symptoms very
similar to what we saw, bug #707610 among others).

--- Scrubber.py.orig 2003-08-13 23:19:19.000000000 -0700
+++ Scrubber.py 2003-08-14 00:23:47.000000000 -0700
@@ -305,6 +305,8 @@
                     t = unicode(t, 'ascii',
'replace').encode('ascii')
                 try:
                     # Should use HTML-Escape, or try
generalizing to UTF-8
+ if len(charset) == 0:
+ charset = 'us-ascii'
                     t = t.encode(charset, 'replace')
                 except (UnicodeError, LookupError):
                     t = t.encode(lcset, 'replace')

Revision history for this message
tkikuchi (tkikuchi-users) wrote :

Logged In: YES
user_id=67709

this bug is fixed by patch item #891491 (I believe)

Revision history for this message
tkikuchi (tkikuchi-users) wrote :

Logged In: YES
user_id=67709

patch item #891491 was closed and merged into CVS.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.