From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 859FF1F5C9; Tue, 10 Sep 2024 20:25:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1725999917; bh=vfbwXP9s+PLURPF2kloUHKTVie/wdIIrV6f3EZVVUdM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=a5PfBKfDNOe86MMj/Z5R2gFeU5VFnlS7NUz1hdvFl7s2cVBeasXfmBpJhNa9KwcuG qI2DOZ9438wHnxZER7y7hk/T5DVqeqWdsnEaT83cB6i0PETnz+q9zAxTVxq9KHZOji QOi+/Q69jYNaedp7BICWyIP+n3ddm7WNvGdo3rUs= Date: Tue, 10 Sep 2024 20:25:17 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: [PATCH] view: fix x-post links for relative urls Message-ID: <20240910202517.M408057@dcvr> References: <20240909-muskox-of-illegal-engineering-dadeda@lemur> <20240910-strong-rainbow-warthog-d6fe69@lemur> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240910-strong-rainbow-warthog-d6fe69@lemur> List-Id: Konstantin Ryabitsev wrote: > On Tue, Sep 10, 2024 at 12:40:48AM GMT, Eric Wong wrote: > > We need to make correct relative URL paths for users configuring > > publicinbox.$NAME.url as relative URL paths (e.g. matching the > > inbox `$NAME'). > > > > Users of protocol-relative (e.g. `//$HOST/$NAME') and absolute URIs > > (e.g `https://example.com/$NAME') were unaffected by this bug. > > Users relying on publicinbox.nameIsUrl and omitting > > publicinbox.*.url entries were also immune to this bug. > > I've applied the patch, but I'm not sure it's quite what was intended as none > of the lists are linkified any more. That shouldn't happen, and I can't seem to reproduce it, either... You're still using "url = $NAME" as posted in https://public-inbox.org/meta/20240903-woodoo-airborne-harrier-6733c5@meerkat/ , right? IOW this: [publicinbox "tools"] url = tools ...