2000-01-29-19:41:36 Christopher Uy:
> In the mean while, adding that 'h' flag to your rule should get
> you by until then.

Since the "h" makes it more efficient, it seems like a good idea to
include anyway.

Here's what I'm using these days, purely swiped from the
PGP-Notes.txt that comes with mutt-1.0i, and enhanced with the "h"
option you advised:

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

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

Seems to be working like a champ. Anyone have any improvements to
make on that? If so, let's bat 'em around here for a bit then get
the improved version into PGP-Notes.txt.

-Bennett

PGP signature

Reply via email to