I know a bit of Python, but this traceback is way over my head. I'm getting this every day when the senddigests cron job runs:
Traceback (most recent call last): File "/usr/local/pkg/mailman/cron/senddigests", line 94, in <module> main() File "/usr/local/pkg/mailman/cron/senddigests", line 86, in main mlist.send_digest_now() File "/usr/local/pkg/mailman/Mailman/Digester.py", line 60, in send_digest_now ToDigest.send_digests(self, mboxfp) File "/usr/local/pkg/mailman/Mailman/Handlers/ToDigest.py", line 142, in send_digests send_i18n_digests(mlist, mboxfp) File "/usr/local/pkg/mailman/Mailman/Handlers/ToDigest.py", line 324, in send_i18n_digests msg = scrubber(mlist, msg) File "/usr/local/pkg/mailman/Mailman/Handlers/Scrubber.py", line 373, in process t = t.encode(charset, 'replace') File "/usr/local/pkg/python/lib/python2.5/encodings/ quopri_codec.py", line 20, in quopri_encode assert errors == 'strict' AssertionError Searching list archives and Google haven't turned up anything that looks useful. The traceback doesn't even point to which list was being operated on at the time of the error. The only thing I've found in the Mailman logs is this sort of message, in logs/error: Jun 12 16:08:44 2007 (504) send_digests() failed: Jun 12 16:11:40 2007 (504) send_digests() failed: Jun 12 16:18:20 2007 (504) send_digests() failed: Jun 12 16:21:30 2007 (504) send_digests() failed: Jun 12 16:21:40 2007 (504) send_digests() failed: Jun 12 16:23:06 2007 (504) send_digests() failed: Jun 12 16:47:21 2007 (504) send_digests() failed: Jun 12 16:49:58 2007 (504) send_digests() failed: Jun 12 16:58:42 2007 (504) send_digests() failed: Jun 12 17:20:15 2007 (504) send_digests() failed: Also, though most of my lists are set as digestable (but not digesting by default), none of my lists have any digest-enabled subscribers... -dan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp