On Wed, Feb 17, 2010 at 4:04 PM, KiranM <[email protected]> wrote: > > I am trying to remove frozen messages from email queue. > For that I tried > exim -bpu | grep frozen | awk {'print $3'} | xargs exim -Mrm > so that it will remove all frozen messages > But when I try this, it shows > > exim: malformed message id after -Mrm option > exim: malformed message id <> after -Mrm option > exim: malformed message id <> after -Mrm option > exim: malformed message id <> after -Mrm option > exim: malformed message id <> after -Mrm option >
try exipick -zi | xargs exim -Mrm Regards Tom -- ## 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/
