On 3/5/21 2:42 PM, Mark Dale via Mailman-Users wrote: > > > Here is what the edited scripts/post wrote to file last night. > ... > Content-Disposition: inline > Content-Type: text/plain ...
So what's triggering the issue is the lack of a charset= on the Content-Type: text/plain header together with the Content-Disposition: inline header. If the script that sends this mail can be altered to either include the charset= on the Content-Type: text/plain header or not include the Content-Disposition: inline header or both, that would solve this. I'll also work on a patch to Scrubber.py and post that when it's done. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/mailman-users.python.org/ Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: https://www.mail-archive.com/[email protected]/ https://mail.python.org/archives/list/[email protected]/
