## PGP/MIME procmail rules ## ## Be sure to replace "your.pgp.identity.here" and "/path/to/" near the ## bottom of this file with values that work! ## # These rules convert incoming old-style PGP messages to PGP/MIME messages, # for easy reading with Mutt. # # These are copied from the Mutt (www.mutt.org) docs. # :0 * < 2048000 * !^Content-Type: message/ * !^Content-Type: application/pgp * !^Content-Type: multipart/ { :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" } # This is an expiramental rule to store all "simple" incoming email encrypted. # It usually works! # :0 fw:.pgpmimeify.lock * !^Content-Type:.*encrypt |/bin/nice /path/to/pgpmimeify.pl your.pgp.identity.here