#!/bin/sh

#
# Display SMTP connections from hosts with no reverse DNS.
#
# Frank Johnson <ratty at they dot org>
#

grep 'hnbl plugin: DNSfail' /service/qpsmtpd/log/main/current  |  awk '{print $6}' | count.pl $@

