Re: [Exim] Queue Question

Top Page
Delete this message
Reply to this message
Author: John Jetmore
Date:  
To: Toffe
CC: exim-users
Subject: Re: [Exim] Queue Question
On Sun, 16 Mar 2003, Toffe wrote:

> On Sat, Mar 15, 2003 at 08:13:34PM -0800, JP Kelly wrote:
> > How can I use the exim command to generate a list of frozen message Ids
> > which I can pipe in to exim -Mrm to remove all frozen messages?
> > Like this:
> > 'list of frozen message ids' | exim -Mrm
> >
> I think this is the best way:
> mailq | awk '/frozen/ {print $3}' | xargs exim -Mrm


users who receive mail from senders w/ 'frozen' in their domain name may
get grumy about this.

--John