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