[Mailman-Users] MAILMAN 2.0.12

jorgefm at cirsa.com jorgefm at cirsa.com
Fri Jul 19 09:07:55 CEST 2002


At 10:47 17/07/2002 +0200, Marco Induni wrote:
>Hi all,
>I've upgraded from 2.0.8 to 2.0.12, but now I can't send email to the
>list. The qrunner log this :
>
>Jul 17 08:02:01 2002 qrunner(12122): Traceback (innermost last):
>Jul 17 08:02:01 2002 qrunner(12122):   File
>"/usr/local/apps/mailman/cron/qrunner", line 283, in ?
>Jul 17 08:02:01 2002 qrunner(12122):      kids = main(lock)
>Jul 17 08:02:01 2002 qrunner(12122):   File
>"/usr/local/apps/mailman/cron/qrunner", line 253, in main
>Jul 17 08:02:01 2002 qrunner(12122):      keepqueued =
>dispose_message(mlist, msg, msgdata)
>Jul 17 08:02:01 2002 qrunner(12122):   File
>"/usr/local/apps/mailman/cron/qrunner", line 157, in dispose_message
>Jul 17 08:02:01 2002 qrunner(12122):      mlist.ParseMailCommands(msg)
>Jul 17 08:02:01 2002 qrunner(12122):   File
>"/usr/local/apps/mailman-2.0.12/Mailman/MailCommandHandler.py", line 123,
>in ParseMailCommands
>Jul 17 08:02:01 2002 qrunner(12122):      precedence =
>msg.get('precedence', '').lower()
>Jul 17 08:02:01 2002 qrunner(12122): AttributeError :  'string' object has

>no attribute 'lower'
>
>
>Any Idea ?


Hi Marco,

There are some list messages reporting the same error.  I had the same
problem until
i reinstall the 2.0 version from the 2.0.12. Can you try the next patch
that Musfen
Hsieh reported to the list ?


At 10:46 16/07/2002, Mufen Hsieh wrote:

Modify $prefix/Mailman/MailCommandHandler.py
Line 123        precedence = string.lower(msg.get('precedence', ''))
Line 124        ack = string.lower(msg.get('x-ack', ''))








More information about the Mailman-Users mailing list