From: Dobrica Pavlinusic Date: Mon, 19 Sep 2016 08:50:18 +0000 (+0200) Subject: mailq count by from X-Git-Url: http://git.rot13.org/?p=mx01;a=commitdiff_plain;h=0f35cf891ab8d8bd1755b1bce9486b53f9df3b14 mailq count by from --- diff --git a/mailq-count-from.sh b/mailq-count-from.sh new file mode 100755 index 0000000..f869350 --- /dev/null +++ b/mailq-count-from.sh @@ -0,0 +1 @@ +mailq | grep ^[0-9A-Z] | awk '{ print $7 }' | sort | uniq -c