Re: [Mailman-Users] external archiver

2006-01-24 Thread Mark Sapiro
Scott Michael Koch wrote: > >Is it possible to set the {PUBLIC,PRIVATE}_EXTERNAL_ARCHIVER variable on >a per-list basis? Not without modifying code. >Has anyone found any other/better methods for hiding email addresses in >archives on a per-list basis? Here again, you could modify the Piperma

[Mailman-Users] external archiver

2006-01-23 Thread Scott Michael Koch
Mailman-users, Is it possible to set the {PUBLIC,PRIVATE}_EXTERNAL_ARCHIVER variable on a per-list basis? The reason I ask this is because a particular list owner is wanting to disable all email address(even the anti-spam mailman version) in the public list archives for their particular public li

Re: [Mailman-Users] External archiver

2005-07-21 Thread Mark Sapiro
Jean-Philippe GIOLA wrote: > >Is it possible to use the pipermail's python script (archiving script) >for PUBLIC/PRIVATE_EXTERNAL_ARCHIVER ? Probably not without wrapping it with something that reads its standard input and creates a message object. Several of your recent questions have involved

[Mailman-Users] External archiver

2005-07-21 Thread Jean-Philippe GIOLA
Hi all! Is it possible to use the pipermail's python script (archiving script) for PUBLIC/PRIVATE_EXTERNAL_ARCHIVER ? reguards -- Cordialement, Jean-Philippe Giola - 6577 -- Mailman-Users mailing list Mailman-Users@python.org http://mail.py

Re: [Mailman-Users] external archiver

2004-04-09 Thread Jonas Meurer
On 09/04/2004 To Mailman-Users wrote: > sorry, i absolutely have no idea what I did wrong, and I CCed this > message to -developers since there seems to be no documented common > usage of the EXTERNAL_ARCHIVER options. > Maybe the message isn't passed to the shell command on stdin because > other d

[Mailman-Users] external archiver

2004-04-08 Thread Jonas Meurer
hello, I try to configure mailman to use lurker as archiver, but the usage of External Archivers is not clear for me, and i didn't find any documentation about this topic except of a hint in mailmans faq wizard, which only describes the way of subscribing a archiving user to every list and set the

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 2>&1' > > cat /tmp/logs gives: > opening database: Bad file descriptor > t

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 tr

Re: [Mailman-Users] external archiver second time

2003-06-17 Thread Jonas Meurer
On 17/06/2003 Gerald V. Livingston II wrote: > > if $actual_list has value "Argentina-Communicados" for example, > > $actual_list_lc will be "argentina-communicados", and $actual_list_id > > will have value "argentincommunic". > > What happens if an english speaking customer/friend creates another

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

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

2003-06-17 Thread Jonas Meurer
On 17/06/2003 Richard Barrett wrote: > PUBLIC_EXTERNAL_ARCHIVER = 'echo "got called for %(listname)s" | cat >> > /tmp/teststuff' > PRIVATE_EXTERNAL_ARCHIVER = 'echo "got called for %(listname)s" | cat >> > /tmp/teststuff' > > appends a line containing the target listname to the file for each arc

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: > >PUBLIC_EXTE

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

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-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 `lur

[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 /etc/lurker/

Re: [Mailman-Users] external archiver

2003-06-16 Thread Jonas Meurer
On 16/06/2003 Richard Barrett wrote: > >hello, i 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 > > > >is some thing wrong with this syntax? mailman doesn't restart: > > The problem is that in

Re: [Mailman-Users] external archiver

2003-06-15 Thread Richard Barrett
At 23:09 15/06/2003, Jonas Meurer wrote: hello, i 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 is some thing wrong with this syntax? mailman doesn't restart: The problem is that in mm_cfg.py you a

[Mailman-Users] external archiver

2003-06-15 Thread Jonas Meurer
hello, i 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 is some thing wrong with this syntax? mailman doesn't restart: Restarting mailman queue runner: mailmanTraceback (most recent call last): Fi

[Mailman-Users] External archiver error using MHonarc ! HELP

2001-07-16 Thread Thibaut Dabonneville
Hi all, I've been tested this solution for a few weeks before going into prod but I've suddenly this error message using MHonarc as an External Archiver : Jul 10 12:15:01 2001 qrunner(4138): Traceback (innermost last): Jul 10 12:15:01 2001 qrunner(4138): File "/home/mailman/Mailman/Archiver/Ar