[Mailman-Users] DKIM / DMARC woes...

2017-09-21 Thread Grant Taylor via Mailman-Users
Hello, Does setting from_is_list and / or dmarc_moderation_action to munge cause Mailman to do anything with existing DKIM-Signature headers? Will they be removed or left there? -- Grant. . . . unix || die -- Mailman-Users mailing list M

Re: [Mailman-Users] DKIM / DMARC woes...

2017-09-21 Thread Mark Sapiro
On 09/21/2017 12:37 PM, Grant Taylor via Mailman-Users wrote: > > Does setting from_is_list and / or dmarc_moderation_action to munge > cause Mailman to do anything with existing DKIM-Signature headers?  Will > they be removed or left there? The default behavior does nothing to DKIM related head

Re: [Mailman-Users] DKIM / DMARC woes...

2017-09-21 Thread Grant Taylor via Mailman-Users
Thank you for the reply Mark. On 09/21/2017 03:23 PM, Mark Sapiro wrote: The default behavior does nothing to DKIM related headers. This is from Defaults.py Would I be correct in assuming that REMOVE_DKIM_HEADERS needs to be set to 2 or 3 to remove the DKIM headers if no from header munging i

Re: [Mailman-Users] DKIM / DMARC woes...

2017-09-21 Thread Mark Sapiro
On 09/21/2017 02:43 PM, Grant Taylor via Mailman-Users wrote: > > Would I be correct in assuming that REMOVE_DKIM_HEADERS needs to be set > to 2 or 3 to remove the DKIM headers if no from header munging is > happening?  (from_is_list or dmarc_moderation_action both at their > default value.) Yes