35.2 Header Names
The
These are discussed individually in Section 35.10, "Alphabetized Reference" at the end of this chapter.
The RFC822 standard allows a special form to be used for creating custom
header names.
All mail programs, including
sendmail
, are required to accept
and pass through as is any header name that begins with the special
characters
HX-Beware: This message used an experimental version of sendmail
The Beginning with V8 sendmail , header names are left alone. They are passed through without case conversion of any kind. Previous assumptions [1] about capitalization are no longer valid in light of new headers generated and expected by programs.
Header names may contain only printable characters. Names may not contain control characters, space characters (such as space and tab), or the colon character. An illegal character will result in this error message:
header syntax error, line " Here, the error is a space in the name portion of the header declaration. |
|