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

Página Inicial
Delete this message
Reply to this message
Autor: Wakko Warner
Data:  
Para: Terry Shows
CC: Jonathan Vanasco, exim-users
Assunto: 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