Bug#907437: debbugs creates wrong 'Resent-CC' field

2018-08-28 Thread Martin Castillo
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  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



Bug#907437: debbugs creates wrong 'Resent-CC' field

2018-08-28 Thread Julien Cristau
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  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



Bug#907437: debbugs creates wrong 'Resent-CC' field

2018-08-27 Thread Martin Castillo
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  the
second 'c' should be lowercase: Resent-Cc:

I checked the debbugs git repo and it seems to be created in
scripts/process:814.


$ git log -p -L /Resent-CC/,+1:scripts/process
says this has been since the first commit.

Greetings,
Martin Castillo