On Nov 13, 2013, at 02:53 PM, Roel Wagenaar wrote:
>Seems to work fine, unfortunatily mailman is rewriting the Message-Id of the
>injected emails.
>
>From info on the web I was led to believe this should not happen, however I
>can not find a config option to overrule this behaviour.
>
>Is it save to alter /usr/lib/mailman/Mailman/Message.py so that the section:
>
> if not self.has_key('message-id'):
> self['Message-ID'] = Utils.unique_message_id(mlist)
>
>is changed into:
>
> if not self.has_key('message-id'):
> self['List-Message-ID'] = Utils.unique_message_id(mlist)
That code will only add a Message-ID if the inject message is missing that
header. It can't be involved in "rewriting" it.
-Barry
------------------------------------------------------
Mailman-Users mailing list [email protected]
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe:
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org