From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 06 09:27:57 2019 Received: (at submit) by debbugs.gnu.org; 6 Jul 2019 13:27:58 +0000 Received: from localhost ([127.0.0.1]:54401 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hjkjN-0006lm-Lt for submit@debbugs.gnu.org; Sat, 06 Jul 2019 09:27:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:60134) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hjkjM-0006lf-9n for submit@debbugs.gnu.org; Sat, 06 Jul 2019 09:27:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54481) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hjkjL-00017t-Ac for bug-gnu-emacs@gnu.org; Sat, 06 Jul 2019 09:27:56 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hjkjK-0000dP-7S for bug-gnu-emacs@gnu.org; Sat, 06 Jul 2019 09:27:55 -0400 Received: from quimby.gnus.org ([80.91.231.51]:46758) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hjkjK-0000cO-0k for bug-gnu-emacs@gnu.org; Sat, 06 Jul 2019 09:27:54 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=stories) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hjkjD-0004q3-Pk for bug-gnu-emacs@gnu.org; Sat, 06 Jul 2019 15:27:50 +0200 From: Lars Ingebrigtsen To: bug-gnu-emacs@gnu.org Subject: 27.0.50; The users' Content-Type isn't respected by Message Date: Sat, 06 Jul 2019 15:27:47 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 80.91.231.51 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) It should be possible for the user to say Content-type: text/foobar in Message mode buffers and have that be respected. I took some stabs at making the mml bit not rewrite it a couple of days ago, but apparently there's more in Message that'll rewrite it. An added wrinkle is that Message should still be allowed to add a charset="..." part to the Content-Type (if needed). But it should still keep the type. In GNU Emacs 27.0.50 (build 6, x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of 2019-07-06 built on stories Repository revision: a2d365a7fae21fa3be1947fb11fc6384410d1837 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.11902000 System Description: Debian GNU/Linux 9 (stretch) -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 20 19:42:14 2019 Received: (at 36527) by debbugs.gnu.org; 20 Sep 2019 23:42:14 +0000 Received: from localhost ([127.0.0.1]:58784 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iBSXW-0004ak-90 for submit@debbugs.gnu.org; Fri, 20 Sep 2019 19:42:14 -0400 Received: from quimby.gnus.org ([80.91.231.51]:39286) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iBSXU-0004aZ-BI for 36527@debbugs.gnu.org; Fri, 20 Sep 2019 19:42:12 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iBSXO-0001aH-Os for 36527@debbugs.gnu.org; Sat, 21 Sep 2019 01:42:10 +0200 From: Lars Ingebrigtsen To: 36527@debbugs.gnu.org Subject: Re: bug#36527: 27.0.50; The users' Content-Type isn't respected by Message References: Date: Sat, 21 Sep 2019 01:42:06 +0200 In-Reply-To: (Lars Ingebrigtsen's message of "Sat, 06 Jul 2019 15:27:47 +0200") Message-ID: <87pnju3581.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Lars Ingebrigtsen writes: > It should be possible for the user to say > > Content-type: text/foobar > > in Message mode buffers and have that be respected. I took some stabs > at making the mml bit not rewrite it a couple of d [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36527 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars Ingebrigtsen writes: > It should be possible for the user to say > > Content-type: text/foobar > > in Message mode buffers and have that be respected. I took some stabs > at making the mml bit not rewrite it a couple of days ago, but > apparently there's more in Message that'll rewrite it. > > An added wrinkle is that Message should still be allowed to add a > charset="..." part to the Content-Type (if needed). But it should still > keep the type. This now seems to work. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 20 19:42:25 2019 Received: (at control) by debbugs.gnu.org; 20 Sep 2019 23:42:25 +0000 Received: from localhost ([127.0.0.1]:58787 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iBSXg-0004bF-HG for submit@debbugs.gnu.org; Fri, 20 Sep 2019 19:42:25 -0400 Received: from quimby.gnus.org ([80.91.231.51]:39300) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iBSXe-0004b3-9w for control@debbugs.gnu.org; Fri, 20 Sep 2019 19:42:22 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iBSXW-0001aO-0g for control@debbugs.gnu.org; Sat, 21 Sep 2019 01:42:16 +0200 Date: Sat, 21 Sep 2019 01:42:13 +0200 Message-Id: <87o8ze357u.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #36527 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 36527 fixed close 36527 27.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 36527 fixed close 36527 27.1 quit From unknown Fri Jun 20 07:26:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 19 Oct 2019 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator