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