Gnus development mailing list
 help / color / mirror / Atom feed
* PGG and inline vs. detached signatures
@ 2002-11-23  0:39 Michael J. Barillier
  0 siblings, 0 replies; only message in thread
From: Michael J. Barillier @ 2002-11-23  0:39 UTC (permalink / 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 --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-23  0:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-23  0:39 PGG and inline vs. detached signatures Michael J. Barillier

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).