> Tu n'utiliserais pas formail pour reformater les messages signés
> dans « l'old-style PGP » (par exemple avec procmail et
> http://gentoo-wiki.com/Procmail_configuration#PGP_messages_conversion) ?


Si, ça doit etre ça:

# Make old style PGP readable for Mutt:
#
:0:
* !^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"
         }    

Et, j'utilise une locale UTF-8 aussi.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Répondre à