From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65382 Path: news.gmane.org!not-for-mail From: "Daiki Ueno" Newsgroups: gmane.emacs.gnus.general Subject: Re: Infloop in `mm-uu-dissect-text-parts' on PGP signed message Date: Mon, 8 Oct 2007 09:36:02 +0900 Message-ID: <54a15d860710071736y4ca0e68fp5139897df418bed4@mail.gmail.com> References: <54a15d860710061845l6ef52b1pf3119a90064a8f50@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1191803842 27736 80.91.229.12 (8 Oct 2007 00:37:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Oct 2007 00:37:22 +0000 (UTC) To: "Reiner Steib" , "Daiki Ueno" , ding@gnus.org Original-X-From: ding-owner+M13893@lists.math.uh.edu Mon Oct 08 02:37:20 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iegca-0005eY-1K for ding-account@gmane.org; Mon, 08 Oct 2007 02:37:20 +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 1IegbY-00086z-5R; Sun, 07 Oct 2007 19:36:16 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1IegbV-00086f-AO for ding@lists.math.uh.edu; Sun, 07 Oct 2007 19:36:13 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1IegbP-0008JJ-5P for ding@lists.math.uh.edu; Sun, 07 Oct 2007 19:36:13 -0500 Original-Received: from py-out-1112.google.com ([64.233.166.176]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1IegbH-0002n1-00 for ; Mon, 08 Oct 2007 02:35:59 +0200 Original-Received: by py-out-1112.google.com with SMTP id f47so2153184pye for ; Sun, 07 Oct 2007 17:36:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=t0I51HjLwgJyncJywHA/5HBuynGrH94s/6Wiv7CCaMQ=; b=ZPFhpvyaexKomCisCocB8ll37/arwfGi6fZWsx4H2gHIZ0UfwaixBpcVjcsEfcaFqW4pUJqWoZ9KLs4HWSsYnHfc6sO3arKa/X85d8L1JNvhte1/TIwZ6LWqmxGXpQ/jSGGn8JiVsGp7kg5BQlmVA/joTlkUCKj0nNVNRx3Dkz8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=XXLnxQm1O+VkQLiNUPU3FIk/VTA83bG2NfHYrPf/YR0c8H589lwmTbIakbCJ81I82wLgB6jZl2omTtSuehfg+x0/jOm7D6sNH1j22cG5cYc1g2JT/gHTTssyZac5pXFFnkQyyG139+aM5nOiTYtWNfnDzU28yQWiYt44iDe9Jl0= Original-Received: by 10.35.36.13 with SMTP id o13mr12268879pyj.1191803762991; Sun, 07 Oct 2007 17:36:02 -0700 (PDT) Original-Received: by 10.35.107.14 with HTTP; Sun, 7 Oct 2007 17:36:02 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-Google-Sender-Auth: fd597e730695dd34 X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65382 Archived-At: 2007/10/8, Reiner Steib : > On Sun, Oct 07 2007, Daiki Ueno wrote: > > > Confirmed and it should now be fixed. Thanks. > > ,---- > | 2007-10-07 Daiki Ueno > | > | * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line > | beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction > | failed. > `---- > > It fixed the infloop, thanks. > > But there "Hash: SHA1" in the mail body: And the text between -----BEGIN PGP SIGNATURE----- and -----END PGP SIGNATURE----- also remains, doesn't it? That says that (mm-uu-pgp-signed-test) failed. I first thought that you were using (setq mm-verify-option 'never) so (mm-uu-pgp-signed-test) failed. However, it seems not. I tried by myself with the following settings: (setq pgg-scheme 'gpg mm-verify-option 'always gnus-buttonized-mime-types '("multipart/signed")) and I couldn't reproduce the original problem. Can you show me the exact settings related to mm-uu-pgp-signed-test? Regards, -- Daiki Ueno