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 archived > message, while: > > PUBLIC_EXTERNAL_ARCHIVER = 'cat >> /tmp/teststuff' > PRIVATE_EXTERNAL_ARCHIVER = 'cat >> /tmp/teststuff' > > appends each archived message to the file. > > As I said before, it is far from clear to me that your problem is a Mailman > problem per se. > > I'm inclined to think that getting these test cases to work would be a > useful first objective.
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 to lurker list: any suggestions? /var/log/mailman/error gives: Jun 17 19:42:58 2003 (5300) external archiver non-zero exit status: 1 if i try PUBLIC_EXTERNAL_ARCHIVER = '|/usr/bin/lurker-index -l imc-sysadmin -m > /tmp/logs 2>&1' /var/log/mailman/error gives: Jun 17 19:49:00 2003 (5376) external archiver non-zero exit status: 2 and /tmp/logs is not created. so any ideas how to use lurker-index that it works? bye mejo -- Efficiency and progess is ours one more Now that we have the Neutron bomb It's nice and quick and clean and gets things done Kill kill kill kill kill the poor tonight
pgp00000.pgp
Description: PGP signature
------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
