From: David Schraeder on 1 Mar 2010 11:12 On 2/26/2010 3:09 PM, Wietse Venema wrote: > David Schraeder: >> How are you guys getting those stats on the blocks? > > awk ' > /blocked using [^;]+;/ { stats[$20]++ } > END { for (name in stats) print name, " ", stats[name] } > ' /var/log/maillog > > Wietse Thanks for the information. David |