Roundup Tracker - Issues

Message4751

Author ber
Recipients anthonybaxter, ber, dman13, dubois, jerome, richard, rochecompaan, schlatterbeck
Date 2013-01-11.10:28:04
Message-id <1357900085.47.0.0824749433192.issue2550787@psf.upfronthosting.co.za>
In-reply-to
Hi Jerome,
if you want to debug this yourself, try to add some print
or logging statements to roundup/mailgw.py like
  print repr(original_msg)
to see what is going one.

Otherwise can you try to create something that is more reproducable?
Using some encoding for the Chinese characters 
and the email you are trying it with?
So it can be entered within python code in ascii so we call can be sure
that we are using excately the same bytes...
History
Date User Action Args
2013-01-11 10:28:05bersetmessageid: <1357900085.47.0.0824749433192.issue2550787@psf.upfronthosting.co.za>
2013-01-11 10:28:05bersetrecipients: + ber, richard, anthonybaxter, dubois, rochecompaan, schlatterbeck, dman13, jerome
2013-01-11 10:28:05berlinkissue2550787 messages
2013-01-11 10:28:04bercreate