Remove ``start='' used when testing :-(

This commit is contained in:
Brian Somers 1998-01-26 02:26:29 +00:00
parent 0d6515cde0
commit 87c2f276be

View file

@ -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" \