Have security add a To: root@host line; the lack of a To: line is causing

spambouncer to think my security logs are spam.
This commit is contained in:
Mike Silbersack 2001-11-27 01:06:57 +00:00
parent b4a475937b
commit 4aa8b109d5

View File

@ -58,6 +58,7 @@ done
yesterday=`date -v-1d "+%b %e "`
host=`hostname`
[ $sflag = FALSE ] && echo "To: root@${host}"
[ $sflag = FALSE ] && echo "Subject: ${host} security check output"
umask 027