From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS206238 45.83.232.0/22 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 1C28D1F54E for ; Sun, 21 Aug 2022 20:02:30 +0000 (UTC) Received: from reform (deer0x0c.wildebeest.org [172.31.17.142]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 57337302AB2C; Sun, 21 Aug 2022 22:02:27 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 84D2B2E81627; Sun, 21 Aug 2022 22:02:26 +0200 (CEST) Date: Sun, 21 Aug 2022 22:02:26 +0200 From: Mark Wielaard To: meta@public-inbox.org Cc: overseers@sourceware.org Subject: Using plus (+) in list name Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: Hi, We are setting up a public-inbox instance for cygwin/gcc/sourceware lists at https://inbox.sourceware.org/ and it seems to work pretty nicely. Thanks. Except for lists which have a + in their name like libstdc++. I assume this needs some escaping somewhere, but I cannot figure out where. The .public-inbox/config snippet looks like: [publicinbox "libstdc++"] address = libstdc++@gcc.gnu.org url = https://inbox.sourceware.org/libstdc++ inboxdir = /home/inbox/lists/libstdc++ indexlevel = full newsgroup = inbox.gcc.libstdc++ listid = libstdc++.gcc.gnu.org This seems to work fine for nntp and imap, but not https. It does work when replacing the ++ with pp in the list name and url. But that looks somewhat odd imho. And the name with ++ can be used with e.g. mailman: https://gcc.gnu.org/mailman/listinfo/libstdc++ Is there some way to configure public-inbox-http to be able to use ++ in list names and urls? We are using the EPEL public-inbox package public-inbox-1.7.0-2.el8.noarch Thanks, Mark