Re: [Mailman-Users] Private archive nightmare with vhosts

2010-02-26 Thread Mark Sapiro
Mark Sapiro wrote: >Brian Wilson wrote: >> >>There are a few things I noticed on my install today (Debian w/ Postfix). >> >>1) rmlist doesnt work properly: Fixed by the attached patch. >>2) Web locations are off... >> >>If i go to archives for a list: >>http://lists.example.com/pipermail/li

Re: [Mailman-Users] Indexing mail right after delivery

2010-02-26 Thread Mark Sapiro
On 2/26/2010 4:20 AM, Cedric Jeanneret wrote: > On Thu, 25 Feb 2010 17:08:06 -0800 Mark Sapiro > wrote: > >> Cedric Jeanneret wrote: >>> >>> I'm trying to create a xapian[1] indexer for our mailing list. As >>> mailman is written in Python and there are python bindings for >>> xapian, I guess I

Re: [Mailman-Users] Indexing mail right after delivery

2010-02-26 Thread Mark Sapiro
Cedric Jeanneret wrote: > >Thank you very much for your answer. I guess the "cleanest" way would be to >override the PUBLIC_EXTERNAL_ARCHIVER (we don't want to index our private for >now). I'll give it a try as soon as possible. >Do you think my script will interest some people ? if so, where sho

Re: [Mailman-Users] Mailman suddendly stops sending any emails

2010-02-26 Thread Mark Sapiro
Andy Smith wrote: > > I have a mailman server thats been up without modification for >about a year, suddendly it has stopped sending emails. >As Ive never had many problems with mailman I dont have a lot of >experience troubleshooting it. Can anyone give me some pointers? See the troublesho

Re: [Mailman-Users] How to get back my mailing list?

2010-02-26 Thread Mark Sapiro
terra tz wrote: >The following is my problem: >I had to move my site to another server in these days, however, I can not >got my mailing list from the old server. When I try to click "Go to the >general list information page" - "Visit subsriber list", I always got >following error message: >"Bug i

Re: [Mailman-Users] Private archive nightmare with vhosts

2010-02-26 Thread Mark Sapiro
Brian Wilson wrote: > >First off, thanks for you and Igor for putting together and doing the legwork >on getting the vhost patch working on 2.1.13. I've been wanting to migrate my >lists away from my hosting provider and roll my own mailman install again, but >was waiting on 3.0. Glad this wi

[Mailman-Users] Mailman suddendly stops sending any emails

2010-02-26 Thread Andy Smith
Hi, I have a mailman server thats been up without modification for about a year, suddendly it has stopped sending emails. As Ive never had many problems with mailman I dont have a lot of experience troubleshooting it. Can anyone give me some pointers? What I can tell you, lists are still

[Mailman-Users] How to get back my mailing list?

2010-02-26 Thread terra tz
Hello sir or miss, I'm sorry to bother you! I have tried many ways to try to regain my mailing list, but failed, I had to contact you, I hope you can give me a hand. Thanks for your assistance! The following is my problem: I had to move my site to another server in these days, however, I can not go

Re: [Mailman-Users] Private archive nightmare with vhosts

2010-02-26 Thread Brian Wilson
> The bottom line for me now is I can take a 2.1.13 base distribution, > patch it with the patch at http://www.msapiro.net/mm/2.1.13_vhost.patch > and patch that with the vhost_extra_patch.txt patch attached to this post, > and I think that list creation and the web interface work. I haven't tes

Re: [Mailman-Users] Indexing mail right after delivery

2010-02-26 Thread Cedric Jeanneret
On Thu, 25 Feb 2010 17:08:06 -0800 Mark Sapiro wrote: > Cedric Jeanneret wrote: > > > >I'm trying to create a xapian[1] indexer for our mailing list. As mailman is > >written in Python and there are python bindings for xapian, I guess I can > >maybe create a plugin for that. > >My first questio