Re: [Mailman-Users] AttributeError: Message instance has no attribute'get_type'

2008-03-16 Thread Grigory Mokhin
On 3/16/08, Mark Sapiro <[EMAIL PROTECTED]> wrote: > > That's not the correct workaround. If you want to work around it, you > should change > > > elif msg.get_type() == 'multipart/mixed': > > to > elif msg.get_content_type() == 'multipart/mixed': Earlier in Decorate.py there is a line:

[Mailman-Users] AttributeError: Message instance has no attribute 'get_type'

2008-03-16 Thread Grigory Mokhin
I've installed 2.1.10b4 from scratch and I'm getting the following error: Mar 16 01:26:11 2008 (2076) Uncaught runner exception: Message instance has no attribute 'get_type' Mar 16 01:26:11 2008 (2076) Traceback (most recent call last): File "/home/mailman/Mailman/Queue/Runner.py", line 114, in