Hello,

On Mon, Jan 08, 2001 at 04:52:50PM +0100, Daniel Kollar wrote:
> 
> Can procmail be instructed to remove the html stuff and to change the
> mime type to "application/pgp" or what else is necessary ?
> 
for the pgp stuff you can add:

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

into your .procmailrc. That helped for me.

Greetings,
Frank
-- 

Hi! I'm the infamous .signature virus!
Copy me into your ~/.signature to help me spread!

Reply via email to