Public bug reported:
If ARCHIVE_HTML_SANITIZER = 2 in mm_cfg.py, messages which are multipart after content filtering will appear as the raw (undecoded) message body in the plain format digest and in the archive.
** Affects: mailman Importance: Medium Assignee: Mark Sapiro (msapiro) Status: In Progress
** Patch added: "Tentative fix" https://bugs.launchpad.net/bugs/787790/+attachment/2141484/+files/Scrubber.p...
Patch applied... appears to fix digest messages but not messages going into archive
Did you restart Mailman after applying the patch? If you didn't, only periodic digests would be fixed because they are produced by a new cron process each time, but the archives and any digests triggered on size would continue to use the unpatched scrubber until the qrunners are restarted.
OK thats cracked it... Many thanks
** Changed in: mailman Status: In Progress => Fix Committed
** Changed in: mailman Status: Fix Committed => Fix Released