> 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 "[EMAIL PROTECTED]"´ and it should work. it > works for my FC4, CUACK! > > Bis bald hans. >
Thanks, it is now working. Bob _______________________________________________ http://lurker.clamav.net/list/clamav-users.html