Will Yardley <[EMAIL PROTECTED]> [010918 01:50]:
> you can set an option to use the old style of encryption; i'm
> not sure if there's an easy way to make mutt automatically
> check signatures that use the old style method, although i'm
> sure a quick search on google would turn up something regarding
> this.

I think this widely circulated piece of code in your .procmailrc
should take care of that.

-----------------------------------------------------------------
:0
* !^Content-Type: message/
* !^Content-Type: multipart/
* !^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"
}
-----------------------------------------------------------------

-- 
Björn Lindström <[EMAIL PROTECTED]> http://anisakis.org/~bkhl/
Repslagaregatan 5A, SE-753 33 Uppsala
Phone: +46(18)241390 Mobile: +46(73)6171268 ICQ: 82945879
Use encryption! Finger or check my home page for PGP Public Key.

Reply via email to