mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove ``start='' used when testing :-(
This commit is contained in:
parent
0d6515cde0
commit
87c2f276be
1 changed files with 1 additions and 2 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue