This is a hint of one of the mailman developers (Tokio Kikuchi) on the [email protected] list:
------------------------ Original Message ------------------------- Subject: Re: [Mailman-Users] Problems with digests From: "Tokio Kikuchi" <[EMAIL PROTECTED]> Date: Do, 14.09.2006, 02:26 To: "Hans-Juergen Beie" <[EMAIL PROTECTED]> Cc: [email protected] -------------------------------------------------------------------------- Hi, > >> The email-3.0.x in Python 2.4 is not suitable for mailman. Mailman >> 2.1.8(or 9) works best with the email-2.5.7(or 8) which is the bug fix >> version of Python 2.3 library. > > I see. How can I fix that? > I suspect the debian people have omitted the mailman-2.5.x package from their ports. File a bug report on their developers site. In the mean time, you can extract email-2.5.x from our official distribution and install into <prefix>/pythonlib directory. Or, you can edit cron/senddigests to use python2.3 as was suggested earlier. Cheers, -- Tokio Kikuchi, [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/ -------------------------------------------------------------------------- I guess the first sentence in Tokio's reply should read "... debian people have omitted the email-2.5.x package ...". This is what I found on my system (debian/etch, with python 2.4.3-8, mailman 2.1.8-2): -----> cut here >---------------- [EMAIL PROTECTED]:~$ python Python 2.4.4c0 (#2, Jul 30 2006, 15:43:58) [GCC 4.1.2 20060715 (prerelease) (Debian 4.1.1-9)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import email >>> email.__version__ '3.0.2' >>> [EMAIL PROTECTED]:~$ cd /usr/lib/mailman/cron [EMAIL PROTECTED]:/usr/lib/mailman/cron$ python Python 2.4.4c0 (#2, Jul 30 2006, 15:43:58) [GCC 4.1.2 20060715 (prerelease) (Debian 4.1.1-9)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import paths >>> import email >>> email.__version__ '3.0.2' >>> -----< cut here <---------------- The second 'email.__version__' should give '2.5.x'! hjb :-? -- Hans-Juergen Beie [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

