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

Etusivu
Poista viesti
Vastaa
Lähettäjä: Wakko Warner
Päiväys:  
Vastaanottaja: Terry Shows
Kopio: Jonathan Vanasco, exim-users
Aihe: 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