Ainsi parlait Eaon :
> Using evolution-0,10-1 and gnupg1.0.5-1, evolution only runs a signed
> message through gpg if it's pgp/mime.  It doesn't run it through gpg if
> the message is cleartext signed.  So, things like, say, Mandrake
> security announcements sent to bugtraq, which are sent cleartext, not
> pgp/mime, evolution doesn't touch them.  Has anyone else seen this?
> (It's probably an evolution thing, not a gpg thing, but I included both
> version numbers just in case).

You could use the procmail tips given by Anton Graham last week :

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

It converts plaintext to pgp/mime. 
-- 
Guillaume Rousse <[EMAIL PROTECTED]>
GPG keys http://www.univ-reunion.fr/~grousse/gpgkeys.html

Reply via email to