Re: I-D ACTION:draft-hoffman-utf8headers-00.txt
Arnt Gulbrandsen <[email protected]> Mon, 29 Dec 2003 15:33:25 +0100
| Newsgroups | gmane.ietf.imaa |
|---|---|
| Message-ID | <[email protected]> |
Nathaniel Borenstein writes: > I would worry a bit that there may still be mailers out there that > don't always convey all instances of a header field that appears more > than once -- e.g. if they convert into, say, a database > representation and can only have one value indexed to the field name > "8", there might be information lost when that gets converted back > into RFC [2]822 format. -- Nathaniel Sure. I've seen such code code convert To: [email protected] To: [email protected] into To: [email protected], [email protected] I don't think it's a problem. The former is illegal to start with IIRC, so forwarding it unchanged is just as illegal as forwarding it changed. I can't, right now, remember seeing problems caused by such code. I'm sure there are some, for example with non-standard X- fields. --Arnt