On Oct 19, 2004, at 9:36 PM, <jori.hamalainen@???> wrote:
>
>> try this command
>> exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | sh
>
> I am not expert in AWK but I think this would remove also non-frozen
> messages in queue?
I use the tools that was given by the gods. Well, maybe not gods. minor
deities.
exipick -zi | xargs exim -Mrm
exipick is a very very useful tool.
Nathan.