On Sat, Mar 15, 2003 at 08:13:34PM -0800, JP Kelly wrote:
> How can I use the exim command to generate a list of frozen message Ids
> which I can pipe in to exim -Mrm to remove all frozen messages?
> Like this:
> 'list of frozen message ids' | exim -Mrm
>
I think this is the best way:
mailq | awk '/frozen/ {print $3}' | xargs exim -Mrm
Regards
--
Toffe
UIN #39872819
http://www.nah-ko.org/
Ce qui ne nous tue pas nous rend plus fort.
Friedrich Nietzsche