You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if it doesn't make any difference according to the standards, there is one in practice. For example, rspamd increases the spam score for Mime-Version (instead of MIME-Version). Some time ago the code in this repo was changed to set MIME-Version instead of Mime-Version. But the usage of net/textproto applies CanonicalMIMEHeaderKey on all header keys which changes MIME-Version back to Mime-Version. golang/go#29965 suggets forking net/textproto.
The text was updated successfully, but these errors were encountered:
eos175
added a commit
to eos175/email
that referenced
this issue
Dec 17, 2021
Even if it doesn't make any difference according to the standards, there is one in practice. For example, rspamd increases the spam score for
Mime-Version
(instead ofMIME-Version
). Some time ago the code in this repo was changed to setMIME-Version
instead ofMime-Version
. But the usage ofnet/textproto
appliesCanonicalMIMEHeaderKey
on all header keys which changesMIME-Version
back toMime-Version
. golang/go#29965 suggets forkingnet/textproto
.The text was updated successfully, but these errors were encountered: