[Mailman-Users] errors
Tom Lynch
tlynch at primate.wisc.edu
Fri Jul 19 17:03:07 CEST 2002
I just installed Mailman on a Solaris 7 system. Python 2.2 wouldn't build so I used an already installed version 1.5.2. I got the following error:
Jul 17 15:42:01 2002 qrunner(15261): File "/usr2/mailman/Mailman/MailCommandHandler.py", line 124, in ParseMailCommands
Jul 17 15:42:01 2002 qrunner(15261): ack = msg.get('x-ack', '').lower()
Jul 17 15:42:01 2002 qrunner(15261): AttributeError : 'string' object has no attribute 'lower'
I hacked the code and removed ".lower()" which seemed to help. Is this error due to my using the older version of Python? What problems can I expect due to the "hack"?
Thanks,
Tom
More information about the Mailman-Users
mailing list