On Mon, Dec 6, 2010 at 4:00 PM, John Jetmore <[email protected]> wrote: > or even: > > exipick -bpc -x
or even:
exiqgrep -xic
but that will show you
x matches out of y messages
so some awk fu:
exiqgrep -xic | awk '{print $1}'
so a gazillion ways to skin this cat.
.warren
--
## List details at http://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/
