From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83305 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.general Subject: Re: magic numbers in mm-view.el Date: Mon, 10 Jun 2013 13:57:10 +0900 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370840328 26739 80.91.229.3 (10 Jun 2013 04:58:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Jun 2013 04:58:48 +0000 (UTC) Cc: ding@gnus.org To: Roy Hashimoto Original-X-From: ding-owner+M31571@lists.math.uh.edu Mon Jun 10 06:58:43 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UluBl-0005tt-0H for ding-account@gmane.org; Mon, 10 Jun 2013 06:58:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1UluAS-0008UQ-Fq; Sun, 09 Jun 2013 23:57:20 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1UluAR-0008U9-4w for ding@lists.math.uh.edu; Sun, 09 Jun 2013 23:57:19 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1UluAP-0005OP-TN for ding@lists.math.uh.edu; Sun, 09 Jun 2013 23:57:18 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10] ident=Debian-exim) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1UluAO-0003ZU-A2 for ding@gnus.org; Mon, 10 Jun 2013 06:57:16 +0200 Original-Received: from [2001:e41:db5e:fb14::1] (port=39059 helo=localhost.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1UluAM-0005DD-9N; Mon, 10 Jun 2013 00:57:14 -0400 In-Reply-To: (Roy Hashimoto's message of "Sun, 9 Jun 2013 17:37:15 +0000 (UTC)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Spam-Score: -8.0 (--------) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83305 Archived-At: Roy Hashimoto writes: > This is a followup to an ancient thread but the bug is still present > in the gnus shipped with GNU Emacs 24.3. To recap, sometimes valid > S/MIME encrypted messages will not be recognized with the error > "Unknown or unimplemented PKCS#7 type". The cause was identified in > the original message, which was that the regular expression > recognizing the binary PKCS7 envelope used a '.' to match any byte > but that does not include 0x0a (\n). > > Here's a patch that fixes that issue for both signed and encrypted messages > and makes the regexp a little easier to read: Thanks; applied to Gnus git master. Regards, -- Daiki Ueno