From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65376 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: Sun, 7 Oct 2007 10:45:40 +0900 Message-ID: <54a15d860710061845l6ef52b1pf3119a90064a8f50@mail.gmail.com> References: 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 1191732639 8878 80.91.229.12 (7 Oct 2007 04:50:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Oct 2007 04:50:39 +0000 (UTC) Cc: ding@gnus.org To: "Reiner Steib" Original-X-From: ding-owner+M13887@lists.math.uh.edu Sun Oct 07 06:50:37 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 1IeLE8-0000s9-MG for ding-account@gmane.org; Sun, 07 Oct 2007 03:46: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 1IeLDL-0003ca-OA; Sat, 06 Oct 2007 20:45:51 -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 1IeLDK-0003cM-Ie for ding@lists.math.uh.edu; Sat, 06 Oct 2007 20:45:50 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1IeLDE-0007CM-7k for ding@lists.math.uh.edu; Sat, 06 Oct 2007 20:45:50 -0500 Original-Received: from py-out-1112.google.com ([64.233.166.178]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1IeLD6-0000No-00 for ; Sun, 07 Oct 2007 03:45:36 +0200 Original-Received: by py-out-1112.google.com with SMTP id f47so1779154pye for ; Sat, 06 Oct 2007 18:45:41 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=hTr8nNhHqLp4zW8Zkso99uxrHc5CAOk1vghFtShnvzE=; b=F8Ht9HunciWR8TY7/vgNccflTSaK/jstvx6apOQF6PCrQmrzjQq7TQ1VPZd/SORCPdf4KDrGXK3AUR6SO0GzEkLsKkCEhSooq7lyooXSvNZ/eIwNzm1vEgVH/T6gyYX8jvyFN4rup9RMoTs5QBjWFmIdOu//VzsGTMHlSJ49dBo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=FHxmT6w7S76tHy0k3AfAcMdl2kFZ3oFrMj/+QXtjloDmH8AdztAVj8gLV0IDQjH9gVw+2Yp+BCFjO4/krfbtV/ya/OntbIC+nGPzWBEq4d33HO/lofvtGyn8m+FKRdHClp0+57l4CJLPbDR5J3UYHjv6PhYwHWX1bkADY1vZFuc= Original-Received: by 10.35.125.20 with SMTP id c20mr16402183pyn.1191721540756; Sat, 06 Oct 2007 18:45:40 -0700 (PDT) Original-Received: by 10.35.107.14 with HTTP; Sat, 6 Oct 2007 18:45:40 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-Google-Sender-Auth: e12903cc906057a8 X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65376 Archived-At: 2007/10/7, Reiner Steib : > the following change to `mm-uu.el' ... > > ,---- > | 2007-08-31 Daiki Ueno > | > | * mml2015.el [...] > | > | * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish. > | (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling > | mml2015-clear-verify-function; don't touch the armor headers or > | dash-escaped text here. > `---- > > ... results in ... > > ,----[ *Messages* ] > | mm-uu-dissect: Variable binding depth exceeds max-specpdl-size > | mm-uu-dissect-text-parts: Variable binding depth exceeds max-specpdl-size > `---- > > ... for me when displaying any message from "Carlos E. R." on > gmane.linux.suse.opensuse.user (e.g. > = > = > ). Confirmed and it should now be fixed. Thanks. Regards, -- Daiki Ueno