Re: [Mailman-Users] Mailman cron scripts and syslog

2001-12-04 Thread J C Lawrence
On Mon, 03 Dec 2001 17:54:58 -0800 Bill Moseley <[EMAIL PROTECTED]> wrote: > This is a unix question, I guess, instead of a mailman question. > I'd like to keep the cron messages specific to mailman in a > separate log file from my other cron logs. > I can't think of a way to do that, but I tho

RE: [Mailman-Users] Mailman cron scripts and syslog

2001-12-04 Thread Lynn, Michael (DCS)
Bill, I typically use redirection in the cron statement to achieve this result. eg: # (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $) # At 5PM every day, mail reminders to admins as to pending requests 0 17 * * * /usr/bin/python -S /home/mailman/cron/checkdbs > /var/log

RE: [Mailman-Users] Mailman cron scripts and syslog

2001-12-04 Thread Lynn, Michael (DCS)
whoopps - in my haste I mistyped... you probably want >> for append versus > overwrite. apologies. -Original Message- From: Lynn, Michael (DCS) Sent: Tuesday, December 04, 2001 6:14 PM To: 'Bill Moseley'; [EMAIL PROTECTED] Subject: RE: [Mailman-Users] Mailman cron