mail icon indicating copy to clipboard operation
mail copied to clipboard

Fix case of MIME-Version header field name

Open A1bi opened this issue 5 years ago • 0 comments

This changes the header field name Mime-Version to MIME-Version.

While an incorrect case here might not cause any trouble since header field names should be treated case-insensitively, the actual correct spelling of this header field is MIME-Version (see RFC 2045).

More importantly I noticed that spam filters such as Rspamd penalize emails with an incorrect case for header fields like this, see the screenshot below.

rspamd

A1bi avatar Aug 15 '20 14:08 A1bi