Skip to content

Fix the handling of Header instance

The mailman.email.Message.senders property would fail when one of the headers was an email.header.Header instance.

This is probably a bug in Python 3.4 actually.

This branch also contains other fixes for dealing with Header instances.

Merge request reports