From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Encoding issue in the digest (Re: Emacs-devel Digest, Vol 240, Issue 25) Date: Wed, 28 Feb 2024 15:40:23 +0200 Message-ID: <861q8wu2pk.fsf@gnu.org> References: <71B4DAF4-0C36-40A5-8FF4-6E4B107E5113@protonmail.com> <867ciou6xp.fsf@gnu.org> <2DD5484A-C4DB-47AA-9690-D8C6ED1F0727@protonmail.com> <8634tcu6f2.fsf@gnu.org> <87msrk1zw3.fsf@igel.home> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16758"; mail-complaints-to="usenet@ciao.gmane.io" Cc: yuri.v.khan@gmail.com, suzume@protonmail.com, emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Feb 28 14:41:33 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rfKBg-00049d-BX for ged-emacs-devel@m.gmane-mx.org; Wed, 28 Feb 2024 14:41:32 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rfKAi-00086R-AR; Wed, 28 Feb 2024 08:40:32 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rfKAg-000867-CU for emacs-devel@gnu.org; Wed, 28 Feb 2024 08:40:31 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rfKAe-0002pP-6Q; Wed, 28 Feb 2024 08:40:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=Pqy301an77TFbJ+C3TxFPfUXz3Kqw6FJtT4p4JlzR+I=; b=VAP65uoVd6GxoMbaombf 007R/t7NwGSNQZFPmyUVUReU3Kq1wWRxuvKcwqlB6KP3Cznk27lF8XfAQf2f06hQIK/IMg6q/IBPF gQnWednKQCSDlnVgw5xMS86fSmZ6TV3qEAXnpDAoONNtlzQ3ug/6UET83Cb417FmZFyuZ7bhfld2y 3s8Vcq3PJXepRCcfq6hTxJav8dh/qLY0JLjGENiHKTxx2t0kPpFQAk14qai8FDvJHkKP7zWcTqOGG 6uNPv1JVVF41KKox8etsR7lCB6IFbM9eLe6LziQT4l7lgczUypPLxeasCdV8gT3qRL0ZE/qUDRkvS hGfwUCxEaYOL+g==; In-Reply-To: <87msrk1zw3.fsf@igel.home> (message from Andreas Schwab on Wed, 28 Feb 2024 14:28:44 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:316617 Archived-At: > From: Andreas Schwab > Cc: Eli Zaretskii , "suzume@protonmail.com" > , emacs-devel@gnu.org > Date: Wed, 28 Feb 2024 14:28:44 +0100 > > On Feb 28 2024, Yuri Khan wrote: > > > I think the operative word here is “digest”. The above encoded string > > is quoted not from the Subject header field on an individual message > > but from the body of a message that combines multiple mailing list > > messages. > > The non-digest message that was received by the mailing list has exactly > the same encoded subject header, so the digest context does not change > anything here. Right, I see that as well. So I guess if the subject is not correctly encoded, the culprit is the MUA used by Jean-Christophe, or maybe some of the MTA servers on the way between his MUA and us the recipients.