[ mailman-Patches-891491 ] Scrubber.py patch

SourceForge.net noreply at sourceforge.net
Sun Feb 8 14:02:27 EST 2004


Patches item #891491, was opened at 2004-02-05 20:26
Message generated for change (Settings changed) made by bwarsaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=891491&group_id=103

Category: Pipermail
Group: Mailman 2.1
Status: Open
Resolution: None
>Priority: 8
Submitted By: Tokio Kikuchi (tkikuchi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Scrubber.py patch

Initial Comment:
Scrubber.py has number of bugs for processing various     
types of attachment and languages and many have     
submitted patches to fix them. This patch item is     
opened to collect such patches for convenience.     
     
This patch corrects:     
     
- if an attached text is composed by win notepad, it     
has no charset specified and actual charset may be     
different from message/list charset. This sometimes     
cause error in composing digest message.     
     
- sometimes, null charset is represented by '' as     
well as None.     
    
- embedded rfc-2822 message is lost if you don't use   
msg.walk()   
   
- special problem with japanese charsets.  
  
- t (stringfied part) may be None which you can't  
append a '\n'.  
  
  
 
  
  

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=891491&group_id=103



More information about the Mailman-coders mailing list