Re: [wwwdocs] lists: Correct procmail recipe

2021-06-03 Thread Hans-Peter Nilsson
On Wed, 2 Jun 2021, Gerald Pfeifer wrote: > On Tue, 1 Jun 2021, Segher Boessenkool wrote: > > We haven't had Sender: for a while now. > > "a while now" was about four(?) hours when you sent that yesterday. :-) > > I know since I still had been using that and was looking for all my > missing gcc-re

Re: [wwwdocs] lists: Correct procmail recipe

2021-06-02 Thread Segher Boessenkool
On Wed, Jun 02, 2021 at 10:44:34AM +0200, Gerald Pfeifer wrote: > On Tue, 1 Jun 2021, Segher Boessenkool wrote: > > We haven't had Sender: for a while now. > > "a while now" was about four(?) hours when you sent that yesterday. :-) Ah, I thought it was since we moved to the new mailing list soft

Re: [wwwdocs] lists: Correct procmail recipe

2021-06-02 Thread Gerald Pfeifer
On Tue, 1 Jun 2021, Segher Boessenkool wrote: > We haven't had Sender: for a while now. "a while now" was about four(?) hours when you sent that yesterday. :-) I know since I still had been using that and was looking for all my missing gcc-related mails yesterday afternoon. Thanks for spotting

Re: [wwwdocs] lists: Correct procmail recipe

2021-06-01 Thread Andreas Schwab
On Jun 01 2021, Segher Boessenkool wrote: > @@ -226,7 +226,7 @@ our lists into a single folder named INLIST.gcc: > > > :0 > -* ^Sender: .*-ow...@gcc.gnu.org > +* ^List-Id: .*<.*@gcc.gnu.org>$ That will never match. List-Id: Gcc-patches mailing list Andreas. -- Andreas Schwab, sch...@lin

[wwwdocs] lists: Correct procmail recipe

2021-06-01 Thread Segher Boessenkool
We haven't had Sender: for a while now. Use the standard List-Id: header in its place. Committed. Segher --- htdocs/lists.html | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/lists.html b/htdocs/lists.html index 42a44ab83d9b..4ac5d5a84cd1 100644 --- a/htdocs/