Re: [Lurker-users] Re: [Mailman-Users] external archiver second time

2003-06-18 Thread Wesley W. Terpstra
On Tue, Jun 17, 2003 at 01:58:35PM +0200, Jonas Meurer wrote: On 17/06/2003 Richard Barrett wrote: i still have in my mm_cfg.py: PUBLIC_EXTERNAL_ARCHIVER = 'lurker-index -l `lurker-list -c /etc/lurker/lurker.conf | grep -B2 ^%(listname)s$| head -n1` -m' It seems your trouble is with

Re: [Lurker-users] [Mailman-Users] external archiver second time

2003-06-18 Thread Wesley W. Terpstra
On Tue, Jun 17, 2003 at 07:51:56PM +0200, Jonas Meurer wrote: these examples both work for me too. so really no mailman error. if I set: PUBLIC_EXTERNAL_ARCHIVER = '/usr/bin/lurker-index -l imc-sysadmin -m /tmp/logs 21' cat /tmp/logs gives: opening database: Bad file descriptor to lurker

Re: [Mailman-Users] external archiver second time

2003-06-17 Thread Jonas Meurer
On 17/06/2003 Richard Barrett wrote: i still have in my mm_cfg.py: PUBLIC_EXTERNAL_ARCHIVER = 'lurker-index -l `lurker-list -c /etc/lurker/lurker.conf | grep -B2 ^%(listname)s$| head -n1` -m' From a quick glance at the documentation files accompanying the lurker release 0.90 on

Re: [Mailman-Users] external archiver second time

2003-06-17 Thread Gerald V. Livingston II
On Tue, 17 Jun 2003 13:58:35 +0200 Jonas Meurer [EMAIL PROTECTED] wrote: still, the hole workaround is not the best solution. the lists i maintain are all in the style 'part1-part2-part3-...'. some without any -, some with many. so i split the list in the parts, n=number of parts. then i do

Re: [Mailman-Users] external archiver second time

2003-06-17 Thread Richard Barrett
At 12:58 17/06/2003, Jonas Meurer wrote: *** PGP Signature Status: unknown *** Signer: Unknown, Key ID xE25F2102 *** Signed: 17/06/2003 12:58:35 *** Verified: 17/06/2003 14:21:59 *** BEGIN PGP VERIFIED MESSAGE *** On 17/06/2003 Richard Barrett wrote: i still have in my mm_cfg.py:

Re: [Lurker-users] Re: [Mailman-Users] external archiver second time

2003-06-17 Thread Jonas Meurer
On 17/06/2003 Wesley W. Terpstra wrote: I agree with Richard; this is too much work. Personally I would just not bother. If the user has more than 32 characters in a mailman mailing list name, just emit a warning on config generation and drop that list. This failure case is so rare that it

[Mailman-Users] external archiver second time

2003-06-16 Thread Jonas Meurer
hello, i still have in my mm_cfg.py: PUBLIC_EXTERNAL_ARCHIVER = 'lurker-index -l `lurker-list -c /etc/lurker/lurker.conf | grep -B2 ^%(listname)s$| head -n1` -m' that doesn't work. how can i do this (showed in shell prompt) for every message mailman gets: listlurker=`lurker-list -c

Re: [Mailman-Users] external archiver second time

2003-06-16 Thread Richard Barrett
At 18:29 16/06/2003, Jonas Meurer wrote: *** PGP Signature Status: unknown *** Signer: Unknown, Key ID xE25F2102 *** Signed: 16/06/2003 18:29:16 *** Verified: 16/06/2003 22:14:37 *** BEGIN PGP VERIFIED MESSAGE *** hello, i still have in my mm_cfg.py: PUBLIC_EXTERNAL_ARCHIVER = 'lurker-index -l