Re: Mailing list reconfiguration: VERP Sender: header affected

2021-06-11 Thread Gerald Pfeifer
On Thu, 3 Jun 2021, Martin Liška via Overseers wrote: > On 6/2/21 4:52 PM, Frank Ch. Eigler via Gcc wrote: >> If you use Sender:-based filtering for sorting your incoming email >> stream, I suggest switching to observing List-Id: instead, or else >> using a regexp/substring style of Sender: matchin

Re: Mailing list reconfiguration: VERP Sender: header affected

2021-06-03 Thread Theodore Papadopoulo
On 6/3/21 5:10 PM, D. Hugh Redelmeier wrote: | From: Martin Liška | Which we recommend in the ection Filtering here: | https://gcc.gnu.org/lists.html Thanks for the useful information. That document suggests: * ^List-Id: .*<.*.gcc.gnu.org>$ Surely this should be: * ^List-Id: .*<.*.gcc\.g

Re: Mailing list reconfiguration: VERP Sender: header affected

2021-06-03 Thread D. Hugh Redelmeier
| From: Martin Liška | Which we recommend in the ection Filtering here: | https://gcc.gnu.org/lists.html Thanks for the useful information. That document suggests: * ^List-Id: .*<.*.gcc.gnu.org>$ Surely this should be: * ^List-Id: .*<.*.gcc\.gnu\.org>$

Re: Mailing list reconfiguration: VERP Sender: header affected

2021-06-03 Thread Martin Liška
On 6/2/21 4:52 PM, Frank Ch. Eigler via Gcc wrote: If you use Sender:-based filtering for sorting your incoming email stream, I suggest switching to observing List-Id: instead, or else using a regexp/substring style of Sender: matching. Which we recommend in the ection Filtering here: https://g

Mailing list reconfiguration: VERP Sender: header affected

2021-06-02 Thread Frank Ch. Eigler via Gcc
Hi - I made an experimental configuration change on sourceware/gcc.gnu.org yesterday that had unforeseen effects on some mailing list subscribers. We turned on VERP (variable envelope return paths) on outgoing mail from mailman, in order to assist tracking mail delivery problems. This changes th