[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with email list tags
From: |
Glenn Morris |
Subject: |
Re: Problem with email list tags |
Date: |
Sun, 30 Jan 2022 19:16:01 -0500 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Ulf Zibis wrote:
> Currently we have:
> List-Post: GNU coreutils Bug Reports <bug-coreutils@gnu.org>
>
> When using "reply list" to answer to a comment of bug 12345 in a email
> client such as Thunderbird, my reply is sent to bug-coreutils@gnu.org,
> but it should be sent to 12345@debbugs.gnu.org
So long as the subject contains "Bug#12345", the end result is the same,
the "to:" address doesn't matter.
> So I think, we should have:
> List-Post: GNU coreutils Bug Reports <12345@debbugs.gnu.org>
I don't think this is possible. Mailman, which adds the List-Post,
doesn't know about debbugs and cannot vary the header.
> Alternatively the following tag could be added:
> Reply-To: 12345@debbugs.gnu.org
IMO it is generally inappropriate for automated processes to add Reply-To.
If you just do a normal reply to a bug comment, everything should work
fine.