Topic: got a bad signature with custom mail sender

Hi,
I have a home made perl script, sending GPG signed message. This script send openpgp/mime mail with signature in attachement.

I got a valid signature with Thunderbird/Enigmail and AppleMail/GPGMail.
Do you have any issue with this mail structure with FireGPG ?

->multipart/signed
  |->multipart/mixed
  |   |->multipart/alternative
  |   |  |->text/plain
  |   |  |->text/html
  |   |->application/pdf
  |->application/pgp-signature

Thanks for reply, and sorry for my bad English.

David

Full example :

MIME-Version: 1.0
**** HEADER ****
Content-Type: multipart/signed;
 boundary="----------=_1244179555-30076-0";
 micalg="pgp-sha1";
 protocol="application/pgp-signature"
**** HEADER ****

This is a GnuPG signed mail by stri-online

------------=_1244179555-30076-0
Content-Type: multipart/mixed; boundary="----------=_1244179555-30076-2"
Content-Transfer-Encoding: binary
MIME-Version: 1.0

This is a multi-part message in MIME format...

------------=_1244179555-30076-2
Content-Type: multipart/alternative; boundary="----------=_1244179555-30076-1"
Content-Transfer-Encoding: binary

This is a multi-part message in MIME format...

------------=_1244179555-30076-1
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: binary

**** PLAIN TEXT DATA ****

------------=_1244179555-30076-1
Content-Type: text/html
Content-Disposition: inline
Content-Transfer-Encoding: binary

**** HTML DATA ****


------------=_1244179555-30076-1--

------------=_1244179555-30076-2
Content-Type: application/pdf; name="****.pdf"
Content-Disposition: inline; filename="****.pdf"
Content-Transfer-Encoding: base64

**** PDF base64 Data ****

------------=_1244179555-30076-2--

------------=_1244179555-30076-0
Content-Type: application/pgp-signature; name="PGP.sig"
Content-Disposition: inline; filename="PGP.sig"
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

**** SIGN DATA ****
-----END PGP SIGNATURE-----

------------=_1244179555-30076-0--

Last edited by davidFR (2009-06-05 07:44:17)

Re: got a bad signature with custom mail sender

I'm auto banned, after posting, something wrong with this post ?

Re: got a bad signature with custom mail sender

I unban you but you don't need to try with 4 accouts...

Re: got a bad signature with custom mail sender

And can you send me a real sample mail please ?

Re: got a bad signature with custom mail sender

Ok, send 2 mails to your gmail, one with attachement, one without.
Thanks

Re: got a bad signature with custom mail sender

Vous utilisez un Content-Transfer-Encoding

Re: got a bad signature with custom mail sender

J'ai modifi

Last edited by davidFR (2009-06-05 10:41:40)

Re: got a bad signature with custom mail sender

Y'a pas d'accent possible en 7bit il me semble, non ? (Partie basse de l'ascii)

Le charset semble faux par contre, on dirait que c'est de l'iso-8859-1. Essayez voir en 8bit, charset dans la partie principale du mail, en iso et en utf8 ?

Re: got a bad signature with custom mail sender

Merci pour vos conseils, c'est corrig

Re: got a bad signature with custom mail sender

Y'a pas de quoi wink