sort correctly by date number, ignore some lines
[mx01] / mailq-count-from.sh
1 mailq | grep ^[0-9A-Z] | awk '{ print $7 }' | sort | uniq -c