Re: [exim] how to delete "dead" emails

Inizio della pagina
Delete this message
Reply to this message
Autore: Nathan Ollerenshaw
Data:  
To: jori.hamalainen
CC: exim-users
Oggetto: Re: [exim] how to delete "dead" emails
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.