optionally specify from address, default is MAILER-DAEMON
[mx01] / mailq-count-from.sh
1 mailq | grep ^[0-9A-Z] | awk '{ print $7 }' | sort | uniq -c