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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Wakko Warner
Fecha:  
A: Terry Shows
Cc: Jonathan Vanasco, exim-users
Asunto: 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