[ mailman-Bugs-1195569 ] HTML email disappears

SourceForge.net noreply at sourceforge.net
Thu May 5 00:56:11 CEST 2005


Bugs item #1195569, was opened at 2005-05-04 17:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1195569&group_id=103

Category: mail delivery
Group: 2.1 beta
Status: Open
Resolution: None
Priority: 5
Submitted By: Stan Reeves (sjreeves)
Assigned to: Nobody/Anonymous (nobody)
Summary: HTML email disappears

Initial Comment:
In mailman-2.1.6rc2, messages sent in HTML are not 
posted but simply disappear.  If I replace the Messages.py 
file with the one from 2.1.4, the problem goes away.  I 
found the following in the error log file, which seems to 
point to this file:

May 04 15:16:59 2005 (23119) SHUNTING: 
1115245017.9840169+c66ab2072c1f04236dd473ee99eb90
2f7aead680
May 04 15:39:16 2005 (23119) Uncaught runner exception: 
unicode() argument 2 must be string, not None
May 04 15:39:16 2005 (23119) Traceback (most recent 
call last):
  File "/usr/local/mailman/Mailman/Queue/Runner.py", line 
111, in _oneloop
    self._onefile(msg, msgdata)
  File "/usr/local/mailman/Mailman/Queue/Runner.py", line 
167, in _onefile
    keepqueued = self._dispose(mlist, msg, msgdata)
  
File "/usr/local/mailman/Mailman/Queue/OutgoingRunner.py
", line 73, in _dispose
    self._func(mlist, msg, msgdata)
  
File "/usr/local/mailman/Mailman/Handlers/SMTPDirect.py", 
line 152, in process
    deliveryfunc(mlist, msg, msgdata, envsender, refused, 
conn)
  
File "/usr/local/mailman/Mailman/Handlers/SMTPDirect.py", 
line 285, in verpdeliver
    Decorate.process(mlist, msgcopy, msgdata)
  File "/usr/local/mailman/Mailman/Handlers/Decorate.py", 
line 88, in process
    mcset = msg.get_content_charset() or 'us-ascii'
  File "/usr/local/mailman/Mailman/Message.py", line 204, in 
get_content_charset
    unicode('x', charset)
TypeError: unicode() argument 2 must be string, not None


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

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


More information about the Mailman-coders mailing list