Gnus development mailing list
 help / color / mirror / Atom feed
* how to verify mutt pgp/mime mail
@ 2000-11-12 12:37 Simon Josefsson
  2000-11-12 16:02 ` Florian Weimer
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Josefsson @ 2000-11-12 12:37 UTC (permalink / raw)


This piece of advice should make it possible to verify pgp/mime mail
signed with mutt.  (Mutt label them as using md5 in calculating the
signature, when actually sha1 is used.)

(defadvice mml2015-fix-micalg (before jas-mutt-fix)
  "Replace \"pgp-md5\" with \"pgp-sha1\" if sender uses Mutt."
  (with-current-buffer gnus-original-article-buffer
    (goto-char (point-min))
    (when (re-search-forward "^User-Agent: Mutt" nil t)
      (ad-set-arg 0 "pgp-sha1"))))




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: how to verify mutt pgp/mime mail
  2000-11-12 12:37 how to verify mutt pgp/mime mail Simon Josefsson
@ 2000-11-12 16:02 ` Florian Weimer
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Weimer @ 2000-11-12 16:02 UTC (permalink / raw)


Simon Josefsson <sj@extundo.com> writes:

> This piece of advice should make it possible to verify pgp/mime mail
> signed with mutt.  (Mutt label them as using md5 in calculating the
> signature, when actually sha1 is used.)

This is most probably wrong.  It will break messages sent by PGP 2.6.x
users, I think.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-11-12 16:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-12 12:37 how to verify mutt pgp/mime mail Simon Josefsson
2000-11-12 16:02 ` Florian Weimer

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