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

Etusivu
Poista viesti
Vastaa
Lähettäjä: John Burnham
Päiväys:  
Vastaanottaja: Jonathan Vanasco, exim-users
Aihe: Re: [Exim] (how does one ) remove items from the queue ?
Jonathan Vanasco wrote:
> i run:
> #exim -bp
>
> and get a listing of messages in the queue. great.
>
> now i need to delete certain ones
>
> is a 'proper' way to do this?
>

Yep.
exim -Mrm (message-id)
See the section of the docs entitled "The Exim commandline".
John