Checking emails signed in-body

James Blackwell jblack at merconline.com
Wed Feb 1 15:06:52 GMT 2006


Some people are still using in-body gpg signatures. This generally works
with more clients (particularly windows ones) but doesn't work too well
with newer clients that only naturally deal with S/MIME. I have included
in this email two procmail recipes from the mutt-gnupg howto that silently
convert inbody to S/MIME so that mutt can deal with them in the way it
knows best.

Just in the off chance that you know someone that does inbody
signatures...


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

-- 
My home page:   <a href="http://jblack.linuxguru.net">James Blackwell</a>
Gnupg 06357400  F-print AAE4 8C76 58DA 5902 761D  247A 8A55 DA73 0635 7400
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060201/90adf226/attachment.pgp 


More information about the bazaar mailing list