How can I prevent GPG signature from displaying when submitting bugs via the Launchpad Email API?
When using the Launchpad Email API (https:/
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
(description...)
affects project
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://
iQEcBHGBAgAGBQJ
O0i8/P5gK6JgUIG
9YAXoBtWN6E5dtu
mxgTC2z4xodxTjL
hImICo42d6N7FdB
Jr1dvyIWlOa1VIn
=L3Ql
-----END PGP SIGNATURE-----
Is this due to the client I'm using to attach the signature, in this case, Thunderbird 3.1, or should Launchpad be parsing that out for me?
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Keith Hughitt
- Solved:
- 2010-10-06
- Last query:
- 2010-10-06
- Last reply:
- 2010-10-06
Gavin Panella (allenap) said : | #1 |
Can you link to the bug where you're seeing this problem?
Keith Hughitt (keith-hughitt) said : | #2 |
Sure. Here is one example of a bug submitted in this manor:
Gavin Panella (allenap) said : | #3 |
Hi Keith,
I think there are two problems here:
- The formatter we're using for the description is the wrong one. It
is using text_to_html() but should be using email_to_html(). This
would leave the PGP boilerplate and signature in place but make it
foldable, and folded closed by default.
- The absence of a blank line before the BEGIN PGP SIGNATURE line
would confuse the formatter in any case; it prevents it from
recognising the signature block.
I will file some bugs.
Thanks!
Gavin.
Keith Hughitt (keith-hughitt) said : | #4 |
Great. Thanks for following up Gavin!