Oh, I forgot: I'm using patches on Mailman from all the bugs I've reported and are not yet merged:
- https://bugs.launchpad.net/mailman/+bug/1130957 - https://bugs.launchpad.net/mailman/+bug/1158721 - https://bugs.launchpad.net/mailman/+bug/1130696 - https://bugs.launchpad.net/mailman/+bug/1170347 - https://bugs.launchpad.net/mailman/+bug/1236297
All those have patches attached. There's also my work on the import21 command, but I don't think it would impact you.
This may be linked to why the archiver does not work for you. Cant you try with the paches?
Thanks. I should have thought of that earlier, sorry... :-/
Aurélien
P.S.: Hi Barry, cool to see you around :-)
2013/11/30 Barry Warsaw barry@python.org:
On Nov 30, 2013, at 08:37 PM, nicolas wrote:
I think we have to qualify a better report before sending to mailman team, i'm using r7229 of lp:mailman, and i wrote this simple mlist.py module : #-*- coding: utf-8 -*-
^^^ This isn't enough to make it work. MM3 core is written in a dialect that tries to be as close to Python 3 as possible[*]. You should put the following at the top of your module:
from __future__ import absolute_import, print_function, unicode_literals
It's possible there are some corner cases when using this as a withlist script. If so, please submit a bug report!
Cheers, -Barry
hyperkitty-devel mailing list hyperkitty-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/hyperkitty-devel