On Tue, Aug 28, 2018 at 09:20:26AM +0200, Julien Cristau wrote: > On Tue, Aug 28, 2018 at 02:26:43 +0200, Martin Castillo wrote: > > > Package: debbugs > > > > Hi, > > > > I'm subscribed to the guix-patc...@lists.gnu.org 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.
I did not see that part. This bug is invalid. Martin