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
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
| 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>$
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
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