mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-26 06:08:18 +00:00
bfdf4ed3e9
RFC 2822 date parsing now tolerates an obsolete alphabetic time zone such as the `UTC` that Amazon SES emits in its bounce reports, which strict parsing would otherwise reject. A recognized abbreviation resolves to its offset (derived from the IANA time zone database), and any other alphabetic zone falls back to the `-0000` unknown offset per RFC 5322 section 4.3 rather than failing the parse. closes: https://github.com/KumoCorp/kumomta/pull/551