Gnus development mailing list
 help / color / mirror / Atom feed
From: Norman Walsh <ndw@nwalsh.com>
Subject: Is this message signed correctly?
Date: Fri, 09 Jan 2004 17:07:22 -0500	[thread overview]
Message-ID: <8765fkg4it.fsf@nwalsh.com> (raw)

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

Someone recommended that I switch to MIME signatures, so I pulled out my
mailcrypt stuff and started using:

;; PGG
(require 'pgg)

(setq pgg-cache-passphrase t)
(setq pgg-passphrase-cache-expiry 7200)

;; Emacs should always decrypt and verify emails automatically
(setq mm-verify-option 'always)
(setq mm-decrypt-option 'always)

;; Automcatically sign when sending mails

(defun always-sign ()
  (mml-secure-message-sign-pgpmime))

(add-hook 'gnus-message-setup-hook 'always-sign)

Seems to work ok, but the OASIS mailing list software totally mangles
my messages. So the question is, is it their bug or mine? Can someone who
actually knows such things, tell me if this message is well formed?

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | The common excuse of those who bring
http://nwalsh.com/            | misfortune on others is that they
                              | desire their good.-- Vauvenargues

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

             reply	other threads:[~2004-01-09 22:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-09 22:07 Norman Walsh [this message]
2004-01-09 23:53 ` Xavier Maillard
2004-01-10 10:27 ` Ivan Boldyrev
2004-01-10 12:30   ` Christoph Conrad
2004-01-10 20:23     ` Ivan Boldyrev
  -- strict thread matches above, loose matches on Subject: below --
2003-04-22 22:11 Is this message signed correctly ?? Xavier Maillard
2003-04-22 22:19 ` Xavier Maillard
2003-04-22 23:06 ` 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=8765fkg4it.fsf@nwalsh.com \
    --to=ndw@nwalsh.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).