mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-08-18 16:01:07 +00:00
f0e48bdb27
It was reported that AWS SES could mark the DKIM signature as failed when using a specific combination of headers in the header list, with specific lengths of the other fields. The reason for this is that we had two passes of wrapping applied to the header, and they might not agree on the formatting of the header. The solution is to remove the second pass and just take a bit more care to emit the header in a wrapped form in the first instance, that way there can be no discrepancy or conflict. closes: https://github.com/KumoCorp/kumomta/pull/483