On Tue, Sep 18, 2001 at 01:53:24AM +0200, Björn Lindström wrote:

I don't use procmail; I use maildrop. What does this procmail recipe do? I
would like to translate it into maildrop.

> 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"
> }

-- 
Anand Buddhdev

Reply via email to