From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86377 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.general Subject: Re: PGP/MIME replaces lines starting with "from " with "From " Date: Fri, 04 Dec 2015 13:42:08 +0900 Message-ID: References: <87d1unzp64.fsf@latte.josefsson.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1449204229 13410 80.91.229.3 (4 Dec 2015 04:43:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Dec 2015 04:43:49 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34609@lists.math.uh.edu Fri Dec 04 05:43:37 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a4iDZ-0002Sw-4M for ding-account@gmane.org; Fri, 04 Dec 2015 05:43:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1a4iCY-0000d8-AY; Thu, 03 Dec 2015 22:42:34 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1a4iCW-0000ce-9K for ding@lists.math.uh.edu; Thu, 03 Dec 2015 22:42:32 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1a4iCS-0007St-6A for ding@lists.math.uh.edu; Thu, 03 Dec 2015 22:42:32 -0600 Original-Received: from eggs.gnu.org ([208.118.235.92]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1a4iCQ-0004Do-GP for ding@gnus.org; Fri, 04 Dec 2015 05:42:26 +0100 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4iCE-0000kG-IT for ding@gnus.org; Thu, 03 Dec 2015 23:42:19 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4iCE-0000kB-Fm for ding@gnus.org; Thu, 03 Dec 2015 23:42:14 -0500 Original-Received: from du-a.org ([219.94.251.20]:43359 helo=dhcp-217-92.nrt.redhat.com) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1a4iCE-0004L9-2P for ding@gnus.org; Thu, 03 Dec 2015 23:42:14 -0500 In-Reply-To: <87d1unzp64.fsf@latte.josefsson.org> (Simon Josefsson's message of "Thu, 03 Dec 2015 13:34:27 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.5 (------) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86377 Archived-At: Simon Josefsson writes: > I believe this ought to be case-sensitive "^From " matches only, which > would not include "^from ". I have tested both the Claws Mail and > Evolution MUAs, and they will QP-encode lines matching "^From " (both as > "=46rom " incidentally) but NOT escape lines matching "^from ". > > I haven't been able to figure out where in Gnus (or the PGP sub-systems) > this happens, so I'm bringing it up here to see if anyone else agrees > with my interpretation and is able to fix this. It seems to be actually done in the QP-encoding phase. I've pushed a trivial fix: http://git.gnus.org/cgit/gnus.git/commit/?id=6aa54ac2 Regards, -- Daiki Ueno