CONTAP-568815: AutoSupport email date header is not RFC 2822 / RFC 822 compliant
Issue
- AutoSupport-generated emails are being sent with a non-standard Date header format. Specifically, the header appears as:
Sat, Oct 04 10:55:50 2025 +0200
- This format does not comply with the RFC 2822 or RFC 5322 standards for email date headers.
- RFC 5322 Section 3.3 stated that the date header should be in the following format:
Sat, 4 Oct 2025 10:55:56 +0200
