unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#64454: 30.0.50; In-Reply-To header obsolete content
@ 2023-07-04  6:11 Andrew Cohen
  2023-07-04  8:53 ` Robert Pluim
  2023-07-04 11:27 ` Eli Zaretskii
  0 siblings, 2 replies; 5+ messages in thread
From: Andrew Cohen @ 2023-07-04  6:11 UTC (permalink / raw)
  To: 64454


When replying to an email, gnus constructs an In-Reply-To: header that
contains the message-id of the originating email followed by a phrase of
the form:

(User's  message of "Wed, 17 Nov 2021 22:16:04 -0800")

While allowed, the addition of this parenthetical phrase has been made
obsolete as of RFC5322. I suggest removing it, or wrapping it in a
defcustom 'message-strict-rfc5322. Any preferences?

-- 
Andrew Cohen





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#64454: 30.0.50; In-Reply-To header obsolete content
  2023-07-04  6:11 bug#64454: 30.0.50; In-Reply-To header obsolete content Andrew Cohen
@ 2023-07-04  8:53 ` Robert Pluim
  2023-09-16 23:51   ` Björn Bidar via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2023-07-04 11:27 ` Eli Zaretskii
  1 sibling, 1 reply; 5+ messages in thread
From: Robert Pluim @ 2023-07-04  8:53 UTC (permalink / raw)
  To: Andrew Cohen; +Cc: 64454

>>>>> On Tue, 04 Jul 2023 14:11:35 +0800, Andrew Cohen <acohen@ust.hk> said:

    Andrew> When replying to an email, gnus constructs an In-Reply-To: header that
    Andrew> contains the message-id of the originating email followed by a phrase of
    Andrew> the form:

    Andrew> (User's  message of "Wed, 17 Nov 2021 22:16:04 -0800")

    Andrew> While allowed, the addition of this parenthetical phrase has been made
    Andrew> obsolete as of RFC5322. I suggest removing it, or wrapping it in a
    Andrew> defcustom 'message-strict-rfc5322. Any preferences?

Iʼd remove it, document its removal, but have a defcustom to get it
back.

Robert
-- 





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#64454: 30.0.50; In-Reply-To header obsolete content
  2023-07-04  6:11 bug#64454: 30.0.50; In-Reply-To header obsolete content Andrew Cohen
  2023-07-04  8:53 ` Robert Pluim
@ 2023-07-04 11:27 ` Eli Zaretskii
  1 sibling, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2023-07-04 11:27 UTC (permalink / raw)
  To: Andrew Cohen; +Cc: 64454

> From: Andrew Cohen <acohen@ust.hk>
> Date: Tue, 04 Jul 2023 14:11:35 +0800
> 
> 
> When replying to an email, gnus constructs an In-Reply-To: header that
> contains the message-id of the originating email followed by a phrase of
> the form:
> 
> (User's  message of "Wed, 17 Nov 2021 22:16:04 -0800")
> 
> While allowed, the addition of this parenthetical phrase has been made
> obsolete as of RFC5322. I suggest removing it, or wrapping it in a
> defcustom 'message-strict-rfc5322. Any preferences?

If you decide to remove it, please make that conditional on a
defcustom, so that interested users will have a way to get back old
behavior, when they need that.

Thanks.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#64454: 30.0.50; In-Reply-To header obsolete content
  2023-07-04  8:53 ` Robert Pluim
@ 2023-09-16 23:51   ` Björn Bidar via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2023-09-18  9:59     ` Robert Pluim
  0 siblings, 1 reply; 5+ messages in thread
From: Björn Bidar via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-09-16 23:51 UTC (permalink / raw)
  To: Robert Pluim; +Cc: Andrew Cohen, 64454

Robert Pluim <rpluim@gmail.com> writes:

>>>>>> On Tue, 04 Jul 2023 14:11:35 +0800, Andrew Cohen <acohen@ust.hk> said:
>
>     Andrew> When replying to an email, gnus constructs an In-Reply-To: header that
>     Andrew> contains the message-id of the originating email followed by a phrase of
>     Andrew> the form:
>
>     Andrew> (User's  message of "Wed, 17 Nov 2021 22:16:04 -0800")
>
>     Andrew> While allowed, the addition of this parenthetical phrase has been made
>     Andrew> obsolete as of RFC5322. I suggest removing it, or wrapping it in a
>     Andrew> defcustom 'message-strict-rfc5322. Any preferences?
>
> Iʼd remove it, document its removal, but have a defcustom to get it
> back.
>
> Robert

Could it still be relevant when interacting with clients that confirm to
that rfc?





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#64454: 30.0.50; In-Reply-To header obsolete content
  2023-09-16 23:51   ` Björn Bidar via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-09-18  9:59     ` Robert Pluim
  0 siblings, 0 replies; 5+ messages in thread
From: Robert Pluim @ 2023-09-18  9:59 UTC (permalink / raw)
  To: Björn Bidar; +Cc: Andrew Cohen, 64454

>>>>> On Sun, 17 Sep 2023 02:51:00 +0300, Björn Bidar <bjorn.bidar@thaodan.de> said:

    Björn> Robert Pluim <rpluim@gmail.com> writes:
    >>>>>>> On Tue, 04 Jul 2023 14:11:35 +0800, Andrew Cohen <acohen@ust.hk> said:
    >> 
    Andrew> When replying to an email, gnus constructs an In-Reply-To: header that
    Andrew> contains the message-id of the originating email followed by a phrase of
    Andrew> the form:
    >> 
    Andrew> (User's  message of "Wed, 17 Nov 2021 22:16:04 -0800")
    >> 
    Andrew> While allowed, the addition of this parenthetical phrase has been made
    Andrew> obsolete as of RFC5322. I suggest removing it, or wrapping it in a
    Andrew> defcustom 'message-strict-rfc5322. Any preferences?
    >> 
    >> Iʼd remove it, document its removal, but have a defcustom to get it
    >> back.
    >> 
    >> Robert

    Björn> Could it still be relevant when interacting with clients that confirm to
    Björn> that rfc?

I donʼt see how: that RFC makes that phrasing obsolete, so there will
no doubt be a client that at some point interprets the header
strictly, in which you donʼt want to be outputting the old format, so
we should output the new one by default.

Robert
-- 





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-09-18  9:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-04  6:11 bug#64454: 30.0.50; In-Reply-To header obsolete content Andrew Cohen
2023-07-04  8:53 ` Robert Pluim
2023-09-16 23:51   ` Björn Bidar via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-09-18  9:59     ` Robert Pluim
2023-07-04 11:27 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).