What do X-headers in mails stand for?

前端 未结 1 2005
清歌不尽
清歌不尽 2020-12-17 17:15

I\'m wondering what all X- headers in e-mails stand for.

  • Are they really just a custom and everyone can make them up?
  • Are they documented
相关标签:
1条回答
  • 2020-12-17 17:29

    RFC822 ("Standard for the Format of ARPA Internet Text Messages") specified in sections 4.7.4 and 4.7.5 that headers beginning with "X-" would not ever be part of any standard, and thus can be used for application-specific purposes.

    For what it's worth, the more recent BCP document RFC6648 ("Deprecating the 'X-' Prefix and Similar Constructs in Application Protocols") recommends that the use of the "X-" prefix be avoided in the future, as the distinction between standardized and nonstandardized headers is not well defined, and attempting to draw such a distinction fails when commonly used nonstandard headers are adopted as standards.

    0 讨论(0)
提交回复
热议问题