Re: [Mailman-Users] remote controlling

2006-05-12 Thread Patrick Bogen
On 5/11/06, Tarek Ziadé <[EMAIL PROTECTED]> wrote: > I would like to remote control mailman to be able to display threads > on a distant zope 3 website. If you're talking about make the archives programatically accessible, it seems like what you actually need to look at modifying is pipermail, not

Re: [Mailman-Users] remote controlling

2006-05-11 Thread Tarek Ziadé
Hello, I would like to remote control mailman to be able to display threads on a distant zope 3 website. I was wondering what would be the best way to do it: 1/ code a small python tcp server on the mailman server, that uses the Mailman python apis to expose it on XML-RPC 2/ somehow, use the ma