#!/bin/sh # # Debian pflogsumm weekly cron script # # This script analyses the logfile for statistics and problems. # if [ -x /usr/sbin/pflogsumm.pl ]; then /usr/sbin/pflogsumm.pl --problems_first /var/log/mail.log* fi