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:
parent
b4a475937b
commit
4aa8b109d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user