RE: [Clamav-users] ClamAV maintenance

2006-05-16 Thread Robert Isaac
> if [ ! -z "$MSG" ]; then > echo "$MSG" | mail -s "$SUBJECT" -r > "[EMAIL PROTECTED]" $MAILTO fi the command mail on RHE or > FC it do not suport "-r" option. > Its part of the script tries to send you a mail like its from > "[EMAIL PROTECTED]" to $MAILTO (root, [EMAIL PROTECTED]). > j

Re: [Clamav-users] ClamAV maintenance

2006-05-16 Thread hans
if [ ! -z "$MSG" ]; then echo "$MSG" | mail -s "$SUBJECT" -r "[EMAIL PROTECTED]" $MAILTO fi the command mail on RHE or FC it do not suport "-r" option. Its part of the script tries to send you a mail like its from "[EMAIL PROTECTED]" to $MAILTO (root, [EMAIL PROTECTED]). just remove ยด-r "[E

RE: [Clamav-users] ClamAV maintenance

2006-05-16 Thread Robert Isaac
> I wrote a simple script to listen to the OnUpdateExecute, > OnErrorExecute and the OnOutdatedExecute commands from freshclam. > > It has been working well for about a year now, so I think it is okay. > > Thank you developers for implementing 'OnOutdatedExecute', -I > really don't have the tim

RE: [Clamav-users] ClamAV maintenance

2006-05-16 Thread Robert Isaac
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of J Kvalvaag Sent: 14 May 2006 23:30 To: clamav-users@lists.clamav.net Subject: [Clamav-users] ClamAV maintenance Hi all, I wrote a simple script to listen to the OnUpdateExecute, OnErrorExecute and the

RE: [Clamav-users] ClamAV maintenance

2006-05-16 Thread Robert Isaac
Behalf Of J Kvalvaag Sent: 14 May 2006 23:30 To: clamav-users@lists.clamav.net Subject: [Clamav-users] ClamAV maintenance Hi all, I wrote a simple script to listen to the OnUpdateExecute, OnErrorExecute and the OnOutdatedExecute commands from freshclam. It has been working well for about a year

Re: [Clamav-users] ClamAV maintenance

2006-05-16 Thread hans
Joran Kvalvaag: Thanks!! as we say here: "Sos un groso!" On 5/14/06, J Kvalvaag <[EMAIL PROTECTED]> wrote: Hi all, I wrote a simple script to listen to the OnUpdateExecute, OnErrorExecute and the OnOutdatedExecute commands from freshclam. It has been working well for about a year now, so I t

[Clamav-users] ClamAV maintenance

2006-05-14 Thread J Kvalvaag
Hi all, I wrote a simple script to listen to the OnUpdateExecute, OnErrorExecute and the OnOutdatedExecute commands from freshclam. It has been working well for about a year now, so I think it is okay. Thank you developers for implementing 'OnOutdatedExecute', -I really don't have the time to