From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47096 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: [[PGP Signed Part:From unknown user] - PGG bug? Date: Thu, 10 Oct 2002 17:05:45 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1034262394 11156 127.0.0.1 (10 Oct 2002 15:06:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 10 Oct 2002 15:06:34 +0000 (UTC) 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 17zetT-0002sy-00 for ; Thu, 10 Oct 2002 17:06:31 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17zet4-0005E4-00; Thu, 10 Oct 2002 10:06:06 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 10 Oct 2002 10:06:48 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id KAA19659 for ; Thu, 10 Oct 2002 10:06:35 -0500 (CDT) Original-Received: (qmail 22520 invoked by alias); 10 Oct 2002 15:05:47 -0000 Original-Received: (qmail 22515 invoked from network); 10 Oct 2002 15:05:46 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 10 Oct 2002 15:05:46 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) by yxa.extundo.com (8.12.6/8.12.6) with ESMTP id g9AF5kFt022242 for ; Thu, 10 Oct 2002 17:05:46 +0200 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Hashcash: 0:021010:ding@gnus.org:7df81914116d44c5 In-Reply-To: (Andreas Fuchs's message of "Thu, 10 Oct 2002 14:15:10 +0200") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47096 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47096 Andreas Fuchs writes: > Hi again, > Trying to read a mail I wrote to myself shows something like this in the > mime button: > > ,----[ PGG output ] > | [[PGP Signed Part:From unknown user] > | Signature made Thu Oct 10 14:10:05 2002 CEST using DSA key ID 04D7F45F > | Good signature from "Andreas Stefan Fuchs " > | aka "Andreas Stefan Fuchs " > | aka "Andreas Stefan Fuchs " > | aka "Andreas Fuchs " > | aka "Andreas Fuchs " > | aka "Andreas Fuchs " > | aka "Andreas Stefan Fuchs (ASF3-RIPE) " > | [GNUPG:] SIG_ID gr+CE63gUY+tuWcRx/cJHBnCKxQ 2002-10-10 1034251805 > | [GNUPG:] GOODSIG B9C0C05804D7F45F Andreas Stefan Fuchs > | [GNUPG:] VALIDSIG 7E3A99312430BC5A51ACF960B9C0C05804D7F45F 2002-10-10 1034251805 0 > | [GNUPG:] TRUST_ULTIMATE > | ] > `---- > > As you can see, I am using english messages in gnupg. Could the changes > to make german gpg messages work have altered "normal" behaviour? Yes, unfortunately. The right thing to do is to parse the [GNUPG:] stuff, but that code depends on gpg.el right now. Load gpg.el from gnus/contrib/ until the parsing code in mml2015.el is rewritten.