On Tue, 1 Jun 2021, Segher Boessenkool wrote:
> Brown paper bag time.  The List-Id: should look like a hostname, not
> like an email address.  Somehow I put in an at-sign when changing my
> gcc-patches example to the match-all example we have here.

That's how things looked like before when using the Sender: header,
for example. So totally understandable.

Thanks for making these changes!

> -* ^List-Id: .*<.*@gcc.gnu.org>$<br />
> +* ^List-Id: .*<.*.gcc.gnu.org>$<br />

In my own filters I use

     ^List-Id: .*gcc.gnu.org

to make it simpler and increase robustness around "<" and ">" (and "$").

Or   ^List-Id: .*gcc(-announce|-patches|-cvs-wwwdocs)?.gcc.gnu.org  in
one case.

What do you think?

Gerald

Reply via email to