Just a guess, but it looks like the next message in line to be "digested" has some malformed header info (and Mailman/Python doesn't check for that condition).
I suggest that you move the next message in your digest queue out of the queue and see if that gets things moving again. Jon Carnes On Fri, 2003-01-24 at 11:33, VLists.Net Support wrote: > A couple days ago our digests stopped going out automatically. I forced it > to run this morning via a special cron entry and received the following > report. Can anyone give me a clue as to where to go find out what's > happening? Thanks. > > Traceback (most recent call last): > File "/usr/home/circle/usr/local/mailman/cron/senddigests", line 94, in ? > main() > File "/usr/home/circle/usr/local/mailman/cron/senddigests", line 86, in main > mlist.send_digest_now() > File "/usr/home/circle/usr/local/mailman/Mailman/Digester.py", line 60, > in send_digest_now > ToDigest.send_digests(self, mboxfp) > File "/usr/home/circle/usr/local/mailman/Mailman/Handlers/ToDigest.py", > line 130, in send_digests > send_i18n_digests(mlist, mboxfp) > File "/usr/home/circle/usr/local/mailman/Mailman/Handlers/ToDigest.py", > line 319, in send_i18n_digests > b += unicode(t, cset, 'replace').encode(lcset, 'replace') > LookupError: unknown encoding > > > > ------------------------------------------------------ > Mailman-Users mailing list > [EMAIL PROTECTED] > 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/ > > This message was sent to: [EMAIL PROTECTED] > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] 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/ This message was sent to: [email protected] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
