diff --git a/etc/periodic/daily/460.status-mail-rejects b/etc/periodic/daily/460.status-mail-rejects index 8c3b1bc5379..88faccd380a 100755 --- a/etc/periodic/daily/460.status-mail-rejects +++ b/etc/periodic/daily/460.status-mail-rejects @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: 460.status-mail-rejects,v 1.2 1998/01/18 12:06:40 ache Exp $ +# $Id: 460.status-mail-rejects,v 1.3 1998/01/23 01:58:18 brian Exp $ # if [ -d /etc/mail -a -f /var/log/maillog ]; then @@ -8,7 +8,6 @@ if [ -d /etc/mail -a -f /var/log/maillog ]; then echo Checking for rejected mail hosts: start=`date -v-1d '+%b %d' | sed 's/0\(.\)$/ \1/'` -start= zcat -fc /var/log/maillog.0* /var/log/maillog | sed -n \ -e "s/^$start.*ruleset=check_mail, arg1=<.*@\\([^>]*\\)>.*reject=.*/ \\1/p" \