This commit is contained in:
2013-06-12 07:25:49 +00:00
parent b604dba311
commit 2ed0dff658
4 changed files with 4 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ if [ "$1" = "config" ]; then
fi
echo -n "grey.value "
grep "\# Summary:" /var/run/milter-greylist/greylist.db |awk '{ print $5 }'
grep "\# Summary:" /var/lib/milter-greylist/greylist.db |awk '{ print $5 }'
#echo -n "white.value "
#grep "\# Summary:" /var/run/milter-greylist/greylist.db |awk '{ print $7 }'