mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-09-10 16:01:29 +00:00
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