Re: [Exim] (how does one ) remove items from the queue ?

Inizio della pagina
Delete this message
Reply to this message
Autore: Wakko Warner
Data:  
To: Terry Shows
CC: Jonathan Vanasco, exim-users
Oggetto: Re: [Exim] (how does one ) remove items from the queue ?
> Here is another way just to remove frozen messages ONLY from the queue
>
> --------------- rm_frozen.sh-------------------
> #! /bin/sh
> PATH=$PATH:/usr/exim/bin
> export PATH
> mailq | fgrep '*** frozen ***' | awk '{print $3}' | xargs exim -Mrm
> ---------------------------------------------


How about this one:
exiqgrep -zi | xargs exim -Mrm

--
Lab tests show that use of micro$oft causes cancer in lab animals