Roundup Tracker - Issues

Message5222

Author ber
Recipients ThomasAH, ber, mathiasb, schlatterbeck
Date 2015-02-25.21:03:07
Message-id <1424898188.91.0.171894520353.issue2550869@psf.upfronthosting.co.za>
In-reply-to
The code causing the header violation comes from Ralf in the following commit.
In the python 2.7.6 I am testing even rev:4542 never did this correctly, so I am not
sure why Ralf ever added it  in the first place?

Ralf, do you remember why you wrote the lines? :)

changeset:   4542:46239c21a1eb
user:        Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
date:        Fri Oct 07 18:04:00 2011 +0000
files:       CHANGES.txt roundup/roundupdb.py test/db_test_base.py test/gpgmelib.py 
test/test_mailgw.py
description:
Sending of PGP-Encrypted mail to all users or selected users (via roles)...

...is now working. (Ralf)



Digging further I found that the email comparison function in test_mailgw.py
does not catch this, because it only compares one of the duplicated headers.
And that roundup still uses the deprecated rfc822 module. We should probably
test if the email module does not do this better anyway.
History
Date User Action Args
2015-02-25 21:03:08bersetmessageid: <1424898188.91.0.171894520353.issue2550869@psf.upfronthosting.co.za>
2015-02-25 21:03:08bersetrecipients: + ber, schlatterbeck, ThomasAH, mathiasb
2015-02-25 21:03:08berlinkissue2550869 messages
2015-02-25 21:03:07bercreate