You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code in get_bug_log() uses the header and body components delivered by the bts to feed them into a message parser, but ignores that the body component has been parsed and decoded already by the bts. (The issue is not very visible at the moment due to debian bug 853915, but I've now submitted a merge request to fix that.) In particular for multipart messages (messages with attachments, signed messages, etc.), the message body won't contain what the parser expects after reading the header.
It might be a good idea to document this restriction of the 'message' element.
The text was updated successfully, but these errors were encountered:
python-debianbts/debianbts/debianbts.py
Line 307 in 49aee01
The code in
get_bug_log()
uses the header and body components delivered by the bts to feed them into a message parser, but ignores that the body component has been parsed and decoded already by the bts. (The issue is not very visible at the moment due to debian bug 853915, but I've now submitted a merge request to fix that.) In particular for multipart messages (messages with attachments, signed messages, etc.), the message body won't contain what the parser expects after reading the header.It might be a good idea to document this restriction of the 'message' element.
The text was updated successfully, but these errors were encountered: