The definition for application/x-mp3 is having a false possitive on multi-byte plain text files (see attachment) I think we should remove this uncommon pattern, which is the culprit of this FP: <match value="0xfff0" type="big16" offset="0" mask="0xfff0"/> ================================ <mime-type type="audio/x-mp3"> <comment>MP3 audio</comment> <magic priority="50"> <match value="0xfffb" type="big32" offset="0"/> <match value="ID3" type="string" offset="0"/> <match value="0xfff0" type="big16" offset="0" mask="0xfff0"/> </magic> <glob pattern="*.mp3"/> </mime-type> =================================
Created attachment 4813 [details] mutibyte text file
Looks like it was already removed.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.