From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <SRS0=3ZIB=QD=linuxfoundation.org=konstantin@gnuweeb.org>
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
	server-vie001.gnuweeb.org
X-Spam-Level: 
X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED,
	DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,
	RCVD_IN_ZEN_BLOCKED_OPENDNS,SPF_PASS,URIBL_ZEN_BLOCKED_OPENDNS
	autolearn=ham autolearn_force=no version=3.4.6
Authentication-Results: server-vie001.gnuweeb.org;
	dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=ldfM5hLg;
	dkim-atps=neutral
Received: by server-vie001.gnuweeb.org (Postfix, from userid 1000)
	id A39753103E75; Thu,  5 Sep 2024 15:50:48 +0000 (UTC)
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2604:1380:4641:c500::1; helo=dfw.source.kernel.org; envelope-from=konstantin@linuxfoundation.org; receiver=<UNKNOWN> 
Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1])
	by server-vie001.gnuweeb.org (Postfix) with ESMTPS id 57E5E3103E6C;
	Thu,  5 Sep 2024 15:50:47 +0000 (UTC)
Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58])
	by dfw.source.kernel.org (Postfix) with ESMTP id 48ADF5C005F;
	Thu,  5 Sep 2024 15:50:42 +0000 (UTC)
Received: by smtp.kernel.org (Postfix) with ESMTPSA id 488B2C4CEC3;
	Thu,  5 Sep 2024 15:50:45 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org;
	s=korg; t=1725551445;
	bh=80skF5oONXJ5Kz6IMFFpm/VNcW8CTz6bL33tED/J3XM=;
	h=Date:From:To:Cc:Subject:References:In-Reply-To:From;
	b=ldfM5hLgXxGlaZCRC9ImXsMokNEXFZZuzmUOos7ZiQ8gjud3fFhcGfAeiEZly36XB
	 nL4YIoEJH84P9aAtlWxVBF9H4/HEWJj6jsqQBToQz81uOWj7cOYTwEWaXmw5ohu+d0
	 WkcVvCe17USkOOagetcyUEGKrpFUDw1SC6VxF1J0=
Date: Thu, 5 Sep 2024 11:50:44 -0400
From: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
To: Ammar Faizi <ammarfaizi2@gnuweeb.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>, 
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, GNU/Weeb Mailing List <gwml@gnuweeb.org>, 
	Alviro Iskandar Setiawan <alviro.iskandar@gnuweeb.org>, Ravel Kevin Ethan <silverwolf@gnuweeb.org>, 
	Michael William Jonathan <moe@gnuweeb.org>
Subject: Re: Public Inbox Output Broken Due to Double HTML Encoding
Message-ID: <20240905-fine-ancient-gerbil-ac6a7e@lemur>
References: <ZtnRfnHrxVeEwTwx@biznet-home.integral.gnuweeb.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <ZtnRfnHrxVeEwTwx@biznet-home.integral.gnuweeb.org>
List-Id: <gwml.vger.gnuweeb.org>

On Thu, Sep 05, 2024 at 10:42:54PM GMT, Ammar Faizi wrote:
> 
> Hi,
> 
> We have noticed a recent issue with the lore public inbox output where
> it appears to be affected by double HTML encoding. This problem
> surfaced after 1 September 2024, as that was the last time we observed
> the correct output.

This is an intermittent problem that is known and reported upstream:
https://public-inbox.org/meta/20240904-fearless-solid-toucanet-a70afa@meerkat/T/#t

-K