Hi Tokio, > It is bad idea to copy the Defaults.py to mm_cfg.py then edit > the latter. The former may change when updating your version.
I've fixed this now. Thanks for that advice. > You can get my i18n-related patch from > http://mm.tkikuchi.net/mailman-2.1.2+patch.20030429 > > in mailman-2.1.2 dir, type > $ patch -p0 < path/to/this_patch > > then, configure, make install and restart. > > If it doesn't work, I can't help you. I've done these things, and it didn't have any noticable affect. In the end, it was this idea from a recent post by Greg Swallow that solved my problem: "However, the digest.mbox file was getting updated, so I cat /dev/null > digest.mbox and then turn off digesting, and it works." Greg: I'd be interested to know if you get the same Scrubber error messages I get in your logs/error log. I'm still getting the "broken pipe" errors on other messages that are shunting, however - does anyone have an answer for that? See excerpt from log below. Seems to be related to archiving - which is working fine otherwise. Cheers, Tobias Jun 04 12:13:02 2003 (7493) Uncaught runner exception: [Errno 32] Broken pipe Jun 04 12:13:02 2003 (7493) Traceback (most recent call last): File "/usr/local/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop self._onefile(msg, msgdata) File "/usr/local/mailman/Mailman/Queue/Runner.py", line 155, in _onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/usr/local/mailman/Mailman/Queue/ArchRunner.py", line 73, in _dispose mlist.ArchiveMail(msg) File "/usr/local/mailman/Mailman/Archiver/Archiver.py", line 200, in ArchiveMail self.ExternalArchive(mm_cfg.PRIVATE_EXTERNAL_ARCHIVER, txt) File "/usr/local/mailman/Mailman/Archiver/Archiver.py", line 172, in ExternalArchive extarch.write(txt) IOError: [Errno 32] Broken pipe Jun 04 12:13:02 2003 (7493) SHUNTING: 1054021486.39+1f3376c549ebb026e7494e2f96c5ea11d696c17d ------------------------------------------------------ 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
