Am Mi, 13.09.2006, 12:58, schrieb Hans-Juergen Beie:
> Am Do, 7.09.2006, 15:57, schrieb Mário Filipe:
>> Hello
>>
>> I have two problems with digests, and maybe you can help me:
>>
>> - on one mailing list some users complain that they don't get their own
>> posts when they get the digest. I've tried this on a test list and i get
>> my posts so my question is if there is any setting which i might have
>> overlooked that would cause this?
>>
>> - I'm using debian testing and recently some lists fail to send the
>> messages. I believe it is related to character-sets and maybe python,
>> but maybe some of you have a better idea. This is what I get on the
>> trace:
>>
>> Traceback (most recent call last):

[...]

>> TypeError: iso-8859-1

>>
>>
>> Thanks
>> --
>>         Mário Filipe
>
> Same problem here :-|
>
> hjb :-?

According to
http://groups.google.de/group/linux.debian.bugs.dist/browse_frm/thread/baf737656b6d5c1b/412f8d56338e22ad?lnk=gst&q=Bug%23384016&rnum=1#412f8d56338e22ad
this is a bug in Python 2.4.
(search for "Bug#384016: I have this problem too, and it's caused by
python 2.4." with google.groups.com if the above link doesn't work)
The workaround given there seems to solve the problem temporarily.
In short:
Replace the first line in /usr/lib/mailman/cron/senddigests
  # ! /usr/bin/python
by
  #! /usr/bin/python2.3
if you have a Python2.3 installed.

As this problem appeared here (debian/etch, Mailman 2.1.8-2) after
upgrading Python 2.3 to 2.4 this seems to be reasonable.

hjb :-?


------------------------------------------------------
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

Reply via email to