Re: Split From field from Gmail causing trouble. (Was: cronjob move...)
"Andy Bradford" <[email protected]> 11 Jun 2025 12:11:01 -0600
| Newsgroups | gmane.mail.nmh.devel |
|---|---|
| Message-ID | <[email protected]> |
Thus said Ken Hornstein on Wed, 11 Jun 2025 10:50:21 -0400: > > From: Thomas DUPOND via "Discussion of nmh development, > > and help for new users" <[email protected]> > > Hrm, is this a case where nmh is getting it right? I believe so. A close reading of sections 3.2.2, 3.2.3, and 3.2.4 of RFC 5322 suggests that there is nothing wrong with the header. I would guess that because "," is a special that it cannot be included as "atom text" which necessitates the quoting. Furthermore, it is stated that: A quoted-string is treated as a unit. That is, quoted-string is identical to atom, semantically. Since a quoted-string is allowed to contain FWS, folding is permitted. And further: As stated earlier, the "\" in any quoted-pair and the CRLF in any FWS/CFWS that appears within the quoted-string are semantically "invisible" and therefore not part of the quoted-string either. Good luck telling this to the administrator of the server that rejected the email. Andy