Re: [Exim] Remove messages from Que

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Suresh Ramasubramanian
Data:  
Para: Roberto Mason, Exim-User \(E-mail\)
Asunto: Re: [Exim] Remove messages from Que
+++ Roberto Mason <Sunday 09 June 2002 01:23 am>:
> Quick question. Is there a way to remove all messages from a Queue,
> regardless whether they are frozen or not. My Exim is for personal use. All
> the emails are test mails. I could remove them one at a time us Mrm, but if
> there is a quicker method, I'd prefer it.


exim -Mrm `mailq|grep \<|cut -c 11-27`

    -srs


--
Suresh Ramasubramanian  <---->  mallet <at> efn dot org
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin
[Linux One Stanza Tip]    From : <bish@???>
LOST #030     -**< Sub : Database de-limiter exchange >**-
To convert a comma delimited database file with a  file which
is tab delimited, use "tr" for the job:
$tr ',' '\t' < file > newfile