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