I did a little research on mutt and gpg inorder to sign my emails. When i send emails with my current configuration it comes in an attatchment form of an attatchment instead i would like to receive something like this:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 something like this. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+QFHLcieIIFcDdHIRAtEaAKDhMavjtTdhkFF/oj3t9OltirRQPgCeKcVH oz6MBtStLSTf4ZS16d7pOs0= =YQpc -----END PGP SIGNATURE----- here is my .muttrc, any suggestions to fix my problem? set pgp_replyencrypt=yes set pgp_replysign=yes set pgp_autosign=yes set pgp_sign_as="0x0365CF6E" set pgp_decode_command="gpg %?p?--passphrase-fd 0? --no-verbose --batch --output - %f" set pgp_verify_command="gpg --no-verbose --batch --output - --verify %s %f" set pgp_decrypt_command="gpg --passphrase-fd 0 --no-verbose --batch --output - % f" set pgp_clearsign_command="gpg --no-verbose --batch --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f" set pgp_sign_command="gpg --comment '' --no-verbose --batch --quiet --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f" Thanks again, Brian -----Original Message----- From: Brian Henning [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 2:41 PM To: freebsd Subject: OT: Muttrc gpg Hello- i just got gpg configured for my bsd machine now i am ready to integrate it with mutt. is there a simple way to sign my emails like a script to make it easy to configure? i have seen a few example on the web and they look pretty complicated. Thanks, brian -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 message. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+O6Em2bbzrIJvtiARAhSTAJ0Qt3sa/ZN0iuTcLHdsn8X3WWFgkgCglZ2i Fpz4pR2s1jsiZ8f/HWbXEiCIPwMFAT47oSbMn/x+mazrWBECFJMAnR4v9RW7RJUz ZNHYnAp7VetLYcsCAJ44IUIAqAkVVOXOJoYqaZSeFfWLGQ== =6xVW -----END PGP SIGNATURE----- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message -- [EMAIL PROTECTED] mailing list
