Count ip blocked with bl in mail.log
Count ip blocked with bl in mail.log
for i in spamhaus.org sorbs.net abuseat.org njabl.org ; do echo "$i" && /bin/grep "$i" /var/log/mail.log.1| awk '{print $12;}'|wc -l ; done ;
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.