Roundup Tracker - Issues

Message4753

Author jerome
Recipients anthonybaxter, ber, dman13, dubois, jerome, richard, rochecompaan, schlatterbeck
Date 2013-01-12.17:55:56
Message-id <1358013357.26.0.387415218879.issue2550787@psf.upfronthosting.co.za>
In-reply-to
Issue solved!

How careless we are! We should notice this statement line:
# Value is Python Regular Expression (UTF8-encoded).

what we do is changing the word "邮件原件" to the UTF-8 code of it.

>>> print repr('邮件原件')
'\xe9\x82\xae\xe4\xbb\xb6\xe5\x8e\x9f\xe4\xbb\xb6'

so, the line in the configuration file is below, it works!

origmsg_re = ^[>|\s]*-----\s?(Original\ Message|\xe9\x82\xae\xe4\xbb\xb6
\xe5\x8e\x9f\xe4\xbb\xb6)\s?-----$
History
Date User Action Args
2013-01-12 17:55:57jeromesetmessageid: <1358013357.26.0.387415218879.issue2550787@psf.upfronthosting.co.za>
2013-01-12 17:55:57jeromesetrecipients: + jerome, richard, anthonybaxter, dubois, rochecompaan, schlatterbeck, dman13, ber
2013-01-12 17:55:57jeromelinkissue2550787 messages
2013-01-12 17:55:56jeromecreate