Bug#907437: debbugs creates wrong 'Resent-CC' field
Julien Cristau <[email protected]> Tue, 28 Aug 2018 09:20:26 +0200
| Newsgroups | gmane.linux.debian.devel.debbugs |
|---|---|
| Message-ID | <20180828072026.r3ydmw723f4i2tsl__28169.5163845599$1535440939$gmane$org@betterave.cristau.org> |
On Tue, Aug 28, 2018 at 02:26:43 +0200, Martin Castillo wrote: > Package: debbugs > > Hi, > > I'm subscribed to the [email protected] mailing list and > saw that debbugs seems to add a 'Resent-CC:' field to the messages that > it bounces. > > According to <https://tools.ietf.org/html/rfc5322#section-3.6.6> the > second 'c' should be lowercase: Resent-Cc: > > I checked the debbugs git repo and it seems to be created in > scripts/process:814. > I believe this bug is invalid; Per https://tools.ietf.org/html/rfc5322#section-1.2.2 "Resent-Cc" is a "case-insensitive literal value enclosed in quotation marks" and so "Resent-CC" is just fine. Cheers, Julien