On Fri, Sep 14, 2001 at 08:46:49PM -0400, Federico Grau wrote:
> 
> some other pgp questions,
> mutt (1.2.5i) does a wonderful job of automatically verifying MIME/pgp signed
> messages.  However it does not automatically verify inline pgp messages,
> unless i pipe them to "gpg --verify".  is there a better way (i checked my
> docs but have not yet searched the list archives)?

If you use procmail, add this to the top of your procmailrc:

---BEGIN---
:0
* !^Content-Type: message/
* !^Content-Type: application/pgp
{
        :0 fBw
        * ^-----BEGIN PGP MESSAGE-----
        * ^-----END PGP MESSAGE-----
        | formail -i "Content-Type: application/pgp; format=text; x-action=encrypt"

        :0 fBw
        * ^-----BEGIN PGP SIGNED MESSAGE-----
        * ^-----BEGIN PGP SIGNATURE-----
        * ^-----END PGP SIGNATURE-----
        | formail -i "Content-Type: application/pgp; format=text; x-action=sign"
}
---END---

LateR!
js.
-- 
Jean-Sebastien Morisset, Sr. UNIX Administrator <[EMAIL PROTECTED]>
Personal Homepage <http://jsmoriss.mvlan.net/>
This is Linux Country. On a quiet night you can hear Windows NT reboot!
---------------- please pgp encrypt all correspondence ----------------

PGP signature

Reply via email to