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 2786E1F5C9; Mon, 9 Sep 2024 22:11:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1725919889; bh=d3UEy1/rFdNBhh89t5miAGQ4wUacMKAAK/FLH2q5Ewk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H39czbi15/oPZb7HXDJXhMkjOgMGFiRCmrkVtRWRgi8Lq03VTwnE/YRjBbyl5sgK+ Wm9QmW/sJkCQ8yIsXSHdx98XKoQKeeoLZDZn9twMpjSMdfgGKpT0guBY9y4G9fOYYc cjNcbGK/RoA9N5UcT8+oga3GS2aIrHvtXT253mmA= Date: Mon, 9 Sep 2024 22:11:28 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: Bug: mailing list linkification in headers incorrect Message-ID: <20240909221128.M783602@dcvr> References: <20240909-muskox-of-illegal-engineering-dadeda@lemur> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240909-muskox-of-illegal-engineering-dadeda@lemur> List-Id: Konstantin Ryabitsev wrote: > Hello: > > Small thing I noticed today while poking around is that the links around > mailing lists in the headers don't actually go to the right place. E.g.: > > https://lore.kernel.org/bpf/20240909201652.319406-1-mathieu.desnoyers@efficios.com/ > > The link around linux-kernel@vger.kernel.org goes to > https://lore.kernel.org/bpf/20240909201652.319406-1-mathieu.desnoyers@efficios.com/lkml/?t=20240909201716, > though it is probably intended to point at /lkml/?t=... I'm working on a fix, but using publicinbox.nameIsUrl=true and getting rid of all the publicinbox.*.url entries avoids the problem (and saves some memory)