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 ;
Read the rest of this entry »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 ;
Read the rest of this entry »