From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51782 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Verifying inline gpg signatures Date: Thu, 24 Apr 2003 04:09:43 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051150361 7614 80.91.224.249 (24 Apr 2003 02:12:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 24 Apr 2003 02:12:41 +0000 (UTC) Original-X-From: ding-owner+M325@lists.math.uh.edu Thu Apr 24 04:12:35 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 198WDz-0001y5-00 for ; Thu, 24 Apr 2003 04:12:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 198WCp-0007An-00; Wed, 23 Apr 2003 21:11:23 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 198WCg-0007Af-00 for ding@lists.math.uh.edu; Wed, 23 Apr 2003 21:11:14 -0500 Original-Received: (qmail 90350 invoked by alias); 24 Apr 2003 02:11:11 -0000 Original-Received: (qmail 90345 invoked from network); 24 Apr 2003 02:11:11 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 24 Apr 2003 02:11:11 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 198WHg-0004BZ-00 for ; Thu, 24 Apr 2003 04:16:24 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 23 Original-NNTP-Posting-Host: 0xc3f95353.esnxr2.ras.tele.dk Original-X-Trace: quimby.gnus.org 1051150584 16092 195.249.83.83 (24 Apr 2003 02:16:24 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 24 Apr 2003 02:16:24 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: [We fail to detect inline PGP with format=flowed] > Simon Josefsson writes: > >> Perhaps mm-uu-dissect should be run on all text/plain parts? Or all >> text/.* parts? Opinions? > > It's a step in the right direction ... but not enough. The problem is > that text/plain parts with a format parameter haven't been QP decoded > at this stage, so uu-dissect will fail. But I suppose making it work for non-QP encoded articles is better than nothing? I first assumed that it wouldn't be useful because Gnus always QP encodes inline PGP, so it didn't work when I tested it with a message from Gnus. But the Mozilla plugin which probably generates all of the problematic messages doesn't do it for us-ascii, so it works in that case. Should we do it?