Gnus development mailing list
 help / color / mirror / Atom feed
From: "Michael J. Barillier" <blackwolf@pcisys.net>
Subject: PGG and inline vs. detached signatures
Date: Fri, 22 Nov 2002 17:39:19 -0700	[thread overview]
Message-ID: <87isypp1ag.fsf@shadizar.dyndns.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1654 bytes --]

My current GNUS setup works fine for verifying detached signatures and
fetching the appropriate key when it's not in my keyring, but when I
get an email with an inline signature I get an `*MML2015 Result*'
buffer containing something like:

  [GNUPG:] ERRSIG F0C094A37A1E4389 17 2 00 1037992683 9
  [GNUPG:] NO_PUBKEY F0C094A37A1E4389

and a `PGP Signed Part:Failed' button in the article.  The following
are the relevant parts of my .gnus file:

  (load-library "mailcrypt")
  (autoload 'mc-install-write-mode "mailcrypt" nil t)
  (autoload 'mc-install-read-mode "mailcrypt" nil t)

  (setq mc-gpg-comment nil
        mc-pgp-keyserver-address "www.us.pgp.net"
        mc-pgp-keyserver-port 80
        mc-pgp-keyserver-url-template "/cgi-bin/pks-extract-key.pl?op=get&search=%s")

  (mc-setversion "gpg")

  (require 'gpg)
  (autoload 'gpg "gpg" t t)

  (require 'pgg)
  (setq pgg-scheme 'gpg
        pgg-default-scheme 'gpg
        pgg-default-keyserver-address "gpg.dtype.org"
        pgg-query-keyserver t)

  (setq mm-verify-option 'always
        mm-decrypt-option 'always
        gnus-buttonized-mime-types '("multipart/encrypted"
                                     "multipart/signed"))

OK, so all that's probably wrong and a complete mess, but how should I
be configuring PGG and/or Mailcrypt to handle both detached and inline
signatures?

TIA--

-- 
Michael J. Barillier
Registered Linux user #125310 <http://counter.li.org/>
``A designer knows he has achieved perfection not when there is
nothing left to add, but when there is nothing left to take away.''
        -- Antoine de Saint-Exupery

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

                 reply	other threads:[~2002-11-23  0:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=87isypp1ag.fsf@shadizar.dyndns.org \
    --to=blackwolf@pcisys.net \
    /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).