Re: [Mailman-Users] Scripts Associated with Log File Rotation

2008-02-05 Thread Greg Sims
I updated the /etc/logrotate.d/mailman file as you suggested. Thanks! Greg -Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 9:33 AM To: Greg Sims; mailman-users@python.org Subject: Re: [Mailman-Users] Scripts Associated with Log File

Re: [Mailman-Users] Scripts Associated with Log File Rotation

2008-02-05 Thread Mark Sapiro
Greg Sims wrote: > >I have a couple of question about doing what I need to without breaking >anything: > > > >(1) The time stamps of the log files on my system are not all the same. >The time stamp of /var/log/mailman/subscribe.1 and /var/log/mailman/bounce.1 >are not even on the same day. This

[Mailman-Users] Scripts Associated with Log File Rotation

2008-02-05 Thread Greg Sims
Hi There, I have been studying the mailman code this morning to find a way to do some processing when the mailman logs are rotated. My goal is to process the data in /var/log/mailman/subscribe.1 and /var/log/mailman/bounce.1 just after they are rotated. I reviewed the file /etc/logrotate.d/ma