control: tags 853915 + patch
> > Somehow, when the code is run on the BTS server, the MIME::Parser seems > > to fail and the `parse` function code is falling back to the legacy > > pre-MIME code. Why? > > The reason is that the perl code on the BTS server is executed in taint > mode, and MIME::Parser fails on multipart messages when run in taint > mode. There is a merge request with the fix on salsa: https://salsa.debian.org/debbugs-team/debbugs/-/merge_requests/10