Gnus development mailing list
 help / color / mirror / Atom feed
From: jam@jamux.com (John A. Martin)
Subject: Re: pgg doesn't seem to like me
Date: Thu, 10 Oct 2002 10:55:52 -0400	[thread overview]
Message-ID: <87adlm737r.fsf@athene.jamux.com> (raw)
In-Reply-To: <ilur8ez6thp.fsf@latte.josefsson.org>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

>>>>> "Simon" == Simon Josefsson
>>>>> "Re: pgg doesn't seem to like me"
>>>>>  Thu, 10 Oct 2002 02:13:38 +0200

    Simon> Does this patch help?

    Simon> --- mml2015.el.~6.53.~ 2002-10-04 00:56:39.000000000 +0200
    Simon> +++ mml2015.el 2002-10-10 00:33:58.000000000 +0200
    Simon> @@ -662,6 +662,9 @@
    Simon>  	(if (condition-case err
    Simon>  		(prog1
    Simon>  		    (pgg-decrypt-region (point-min)
    Simon>  		    (point-max))
    Simon> + (goto-char (point-min))
    Simon> + (while (search-forward "\r\n" nil t)
    Simon> + (replace-match "\n" t t))
    Simon>  		  (setq decrypt-status
    Simon>  			(with-current-buffer
    Simon>  			mml2015-result-buffer
    Simon>  			  (buffer-string))))

With that patch in place my xemacs process disappeared while trying to
verify an armored PGP signed message that was also QP encoded.

,----[ On the command line: GnuPG-1.2.0 ]
| jam@athene:~/tmp$ cat ~/Mail/gnupg-users/9608|gpg --verify -vv
| gpg: armor: BEGIN PGP SIGNED MESSAGE
| gpg: armor header: Hash: RIPEMD160
| :packet 63: length 11 - gpg control packet
| gpg: armor: BEGIN PGP SIGNATURE
| gpg: armor header: Version: GnuPG v1.2.0 (GNU/Linux)
| gpg: armor header: Comment: Keys- http://www.geocities.com/burns98/rb_pub_keys.txt
| :literal data packet:
|         mode t, created 0, name="",
|         raw data: 0 bytes
| gpg: original file name=''
| gpg: CRC error; a4dfc8 - dc3a4d
| :signature packet: algo 17, keyid 84D2DA4D2CECAE1F
|         version 3, created 1034133720, md5len 5, sigclass 01
|         digest algo 3, begin of digest 5e 34
|         data: [159 bits]
|         data: [158 bits]
| gpg: quoted printable character in armor - probably a buggy MTA has been used
`----

Actually, I think the mail was from a buggy MUA.

,----
| User-Agent: KMail/1.4.1
| MIME-Version: 1.0
| Content-Transfer-Encoding: quoted-printable
`----

After reverting the patch a new XEmacs Gnus verified that mail and
another similar mail without incident.

>>>>> "jam" == John A Martin
>>>>> "Re: pgg doesn't seem to like me"
>>>>>  Thu, 10 Oct 2002 00:55:27 -0400

    jam> Since the encrypted messages look OK when decrypted on the
    jam> command line maybe something wrong is happening after gnus
    jam> decrypting?

Also, I see no extraneous ^M line ending characters when verifying
armored signed mail, KMail broken armored mail, or pgpmime signed mail
_from the wild_

I see no extraneous ^M in the product of Gnus decryption of armored
"PGP MESSAGES" (no mime) from the wild.  I don't see mail from the
wild pgpmime encrypted to me because, so far, I don't do MIME in
public.

Another point.  When my Gnus decrypts a my Gnus pgpmime signencrypt'ed
message that will show extraneous ^M characters, the minibuffer shows
something like

,----
| Unknowm encoding quoted printable ^M; defaulting to 8bit
`----

I do not see this when decrypting Gnus pgp(no-mime).

How can I get closer to this (these) problem(s)?

        jam

-----BEGIN PGP SIGNATURE-----

iEYEARECAAYFAj2llKoACgkQUEvv1b/iXy8p5gCePzjoQbnFOvLtB9tO9g5YBEp5
eRYAn1FnWROa7uckr9bSKx5qVSGlToP8
=55V6
-----END PGP SIGNATURE-----



  parent reply	other threads:[~2002-10-10 14:55 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-01 17:27 John A. Martin
2002-10-01 18:56 ` John A. Martin
2002-10-01 19:16   ` Josh Huber
2002-10-01 20:11     ` John A. Martin
2002-10-01 20:58       ` Josh Huber
2002-10-01 21:21         ` John A. Martin
2002-10-01 21:38           ` Josh Huber
2002-10-01 21:50             ` Jesper Harder
2002-10-01 23:32             ` John A. Martin
2002-10-02 18:36         ` John A. Martin
2002-10-02 19:20           ` John A. Martin
2002-10-03  0:22             ` Clemens Fischer
2002-10-03 23:00           ` Simon Josefsson
2002-10-03 23:04             ` Simon Josefsson
2002-10-05  4:45               ` John A. Martin
2002-10-05 11:24                 ` Simon Josefsson
2002-10-05 15:12                   ` John A. Martin
2002-10-05 21:22                     ` Raymond Scholz
2002-10-06  0:03                       ` Simon Josefsson
2002-10-06 10:14                         ` Raymond Scholz
2002-10-09 21:59                           ` Simon Josefsson
2002-10-10  0:15                             ` Simon Josefsson
2002-10-10 17:36                               ` Raymond Scholz
2002-10-06 19:46                         ` John A. Martin
2002-10-10  0:13                           ` Simon Josefsson
2002-10-10  4:55                             ` John A. Martin
2002-10-10 14:18                               ` Josh Huber
2002-10-10 15:18                               ` Simon Josefsson
2002-10-10 14:55                             ` John A. Martin [this message]
2002-10-10 15:54                               ` Simon Josefsson
2002-10-07 16:23                         ` Andreas Fuchs
2002-10-07 23:58                           ` Clemens Fischer
2002-10-10  0:34                             ` Simon Josefsson
2002-10-10  0:32                           ` Simon Josefsson
2002-10-10 10:42                             ` Andreas Fuchs
2002-10-10 15:00                               ` Simon Josefsson
2002-10-10 18:28                                 ` Andreas Fuchs
2002-10-10 23:24                                   ` Simon Josefsson
2002-10-08  2:11                         ` John A. Martin
2002-10-10  0:42                           ` Simon Josefsson
2002-10-08 13:37                         ` John A. Martin
2002-10-08 14:18                           ` Simon Josefsson
     [not found]             ` <gd.y1yr8f6yp8y.fsf@fly.verified.de>
     [not found]               ` <iluofa94z60.fsf@latte.josefsson.org>
2002-10-05 11:58                 ` Raymond Scholz
2002-10-05 14:17                   ` John A. Martin
2002-10-05 21:21                     ` Raymond Scholz
2002-10-01 22:54 ` Simon Josefsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87adlm737r.fsf@athene.jamux.com \
    --to=jam@jamux.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).