git: 9881de1df6 - main - update list of inactive/legacy mailing list prefixes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Jan 2023 17:20:23 UTC
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=9881de1df645f45f5254a5fd973bd0445397fea3 commit 9881de1df645f45f5254a5fd973bd0445397fea3 Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2023-01-24 17:19:43 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2023-01-24 17:19:43 +0000 update list of inactive/legacy mailing list prefixes --- website/content/en/cgi/getmsg.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/cgi/getmsg.cgi b/website/content/en/cgi/getmsg.cgi index 823f88d87b..5c11c9bb6c 100755 --- a/website/content/en/cgi/getmsg.cgi +++ b/website/content/en/cgi/getmsg.cgi @@ -51,7 +51,7 @@ sub Fetch $file =~ s|/+|/|; $file =~ s|^archive/|$messagepath/|; - my $valid_list_name = '^current/(ctm|cvs|dev|freebsd|netperf|p4|soc|svn|trustedbsd|vendors)(-[a-z0-9-]+)?$'; + my $valid_list_name = '^current/(aic7xxx|archbsd|ctm|cvs|dev|freebsd|netperf|oi|p4|soc|svn|trustedbsd|vendors)(-[a-z0-9-]+)?$'; # read the full archive if ($type eq 'archive') {