On Wednesday, 13 March 2024 11:53:44 CET Duncan wrote: > So the described behavior does have a reason and I'd argue is not a bug -- > people arguably do not *want* pan to just start downloading arbitrarily > large attachments, *especially* in what they may reasonably expect to be > text-only groups, or if someone decides to post say a multi-gig DVD/movie > binary to what are supposed to be (relatively small) still-image groups.
Thanks for the analysis In one of the message on povray server, I've found that image are attached using MIME encoding. For instance: Content-Type: image/png; name="Dodecahedron_test_04.png" Content-Disposition: attachment; filename="Dodecahedron_test_04.png" Content-Transfer-Encoding: base64 The code you've found does not use MIME in its heuristics. I believe this code could be improved to take MIME into account. All the best _______________________________________________ Pan-users mailing list Pan-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/pan-users