mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-18 18:38:18 +00:00
abce86bd24
While testing message parsing code, there's a chance that the sender isn't fully compliant with base64. This leads to failure such as below base64 decode: non-zero trailing bits at 20211 b='i' in HRtbD4NCi== As long as it's not destructive, its more convenient to be able to support non-RFC messages so we can extract message artifacts for its decision making. closes: https://github.com/KumoCorp/kumomta/pull/558