Re: [Mailman-Users] mailman and virtual mailboxes on same domain

2012-02-25 Thread Cedric Jeanneret
Oh, thanks a lot ! it's now working just fine :) Cheers, C. On Thu, 23 Feb 2012 23:33:37 -0800 Mark Sapiro m...@msapiro.net wrote: Cédric Jeanneret wrote: I'm having big troubles with a special setup: one server, one domain (say foo.bar.com), virtual mailboxes (managed by ldap), and

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

2010-03-15 Thread Cedric Jeanneret
On Sun, 14 Mar 2010 17:38:16 -0700 Mark Sapiro m...@msapiro.net wrote: To follow up on this thread, there is now a FAQ at http://wiki.list.org/x/RAKJ which contains an attached template, Ext_Arch.py, which can be used as an external archiver and which will add the message to the pipermail

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

2010-03-04 Thread Cedric Jeanneret
On Wed, 03 Mar 2010 10:04:31 -0800 Mark Sapiro m...@msapiro.net wrote: On 3/3/2010 9:20 AM, Cédric Jeanneret wrote: Maybe a python version? What is really strange is that it works inside the archiver I tried to NOT use email.message_from_file (so use directly StringIO on sys.stdin),

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

2010-03-04 Thread Cedric Jeanneret
On Wed, 03 Mar 2010 10:04:31 -0800 Mark Sapiro m...@msapiro.net wrote: On 3/3/2010 9:20 AM, Cédric Jeanneret wrote: Maybe a python version? What is really strange is that it works inside the archiver I tried to NOT use email.message_from_file (so use directly StringIO on sys.stdin),

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

2010-03-04 Thread Cedric Jeanneret
On Thu, 04 Mar 2010 06:49:54 -0800 Mark Sapiro m...@msapiro.net wrote: On 3/4/2010 4:23 AM, Cedric Jeanneret wrote: I think I found what's the problem is : the script works now, but as I write my own archiver, it doesn't do the pipermail part (i.e. update mails in archive)... I thought

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

2010-03-03 Thread Cedric Jeanneret
On Tue, 02 Mar 2010 11:34:25 -0800 Mark Sapiro m...@msapiro.net wrote: On 3/2/2010 3:41 AM, Cedric Jeanneret wrote: On Fri, 26 Feb 2010 10:15:13 -0800 Mark Sapiro m...@msapiro.net wrote: At this point, you have a list object (locked) and a message object. You might think you could just

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

2010-03-03 Thread Cedric Jeanneret
On Wed, 03 Mar 2010 10:04:31 -0800 Mark Sapiro m...@msapiro.net wrote: On 3/3/2010 9:20 AM, Cédric Jeanneret wrote: Maybe a python version? What is really strange is that it works inside the archiver I tried to NOT use email.message_from_file (so use directly StringIO on sys.stdin),

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

2010-03-02 Thread Cedric Jeanneret
On Fri, 26 Feb 2010 10:15:13 -0800 Mark Sapiro m...@msapiro.net wrote: On 2/26/2010 4:20 AM, Cedric Jeanneret wrote: On Thu, 25 Feb 2010 17:08:06 -0800 Mark Sapiro m...@msapiro.net wrote: Cedric Jeanneret wrote: I'm trying to create a xapian[1] indexer for our mailing list

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

2010-03-02 Thread Cedric Jeanneret
On Tue, 02 Mar 2010 11:34:25 -0800 Mark Sapiro m...@msapiro.net wrote: On 3/2/2010 3:41 AM, Cedric Jeanneret wrote: On Fri, 26 Feb 2010 10:15:13 -0800 Mark Sapiro m...@msapiro.net wrote: At this point, you have a list object (locked) and a message object. You might think you could just

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 m...@msapiro.net 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

[Mailman-Users] Indexing mail right after delivery

2010-02-25 Thread Cedric Jeanneret
Hello, 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 question is : is there already such a thing ? I searched on the net, but nothing appeared My

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

2010-02-25 Thread Cedric Jeanneret
On Thu, 25 Feb 2010 17:08:06 -0800 Mark Sapiro m...@msapiro.net 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