Hi,

I have configured a mailman3 mailinglist to not modify the headers and body (e.g. no footer, no subject prefix, etc) to avoid breaking DKIM signatures. This worked well, until I encountered an email where the DKIM signature was still broken. After some debugging, the problem is caused by an attachment, where the mime header is changed by mailman3.

The original mail contains this:

--------------nYYjj8vJ8CNKuoHJZKVOQh20
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;
  name="filename.xlsx"
Content-Disposition: attachment; filename="filename.xlsx"
Content-Transfer-Encoding: base64

Mailman3 modified these into this:

--------------nYYjj8vJ8CNKuoHJZKVOQh20
Content-Type:
  application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;
  name="filename.xlsx"
Content-Disposition: attachment; filename="filename.xlsx"
Content-Transfer-Encoding: base64

The Content-Type header is modified (word-wrapped), and this breaks the DKIM signature.

How can I prevent this from happening and configure mailman to not modify the 
email?

Jef
_______________________________________________
Mailman-users mailing list -- mailman-users@mailman3.org
To unsubscribe send an email to mailman-users-le...@mailman3.org
https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Archived at: 
https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/UJ6A4JPCF5HX7SPNHVSUGAB7M57EQMPB/

This message sent to arch...@mail-archive.com

Reply via email to