Re: Exim - remove many messages

2002-03-27 Thread dman
On Tue, Mar 26, 2002 at 04:01:18AM -0800, Karsten M. Self wrote: | on Tue, Mar 26, 2002, Rory Campbell-Lange ([EMAIL PROTECTED]) wrote: | > This is really a two part message. The first part is about removing many | > messages from Exim. How does one do that easily, if one has to have | > the precis

Re: Exim - remove many messages

2002-03-26 Thread Dave Sherohman
On Tue, Mar 26, 2002 at 10:43:43AM +, Rory Campbell-Lange wrote: > This is really a two part message. The first part is about removing many > messages from Exim. How does one do that easily, if one has to have > the precise id for each? I was just doing that very thing about an hour ago, but I

Re: Exim - remove many messages

2002-03-26 Thread Frank Copeland
On 26 Mar 02 10:43:43 GMT, Rory Campbell-Lange <[EMAIL PROTECTED]> wrote: > This is really a two part message. The first part is about removing many > messages from Exim. How does one do that easily, if one has to have > the precise id for each? grep the output from # mailq which leads to... >

Re: Exim - remove many messages

2002-03-26 Thread Karsten M. Self
on Tue, Mar 26, 2002, Rory Campbell-Lange ([EMAIL PROTECTED]) wrote: > This is really a two part message. The first part is about removing many > messages from Exim. How does one do that easily, if one has to have > the precise id for each? > > Secondly, I'd like to make something like the line be

Re: Exim - remove many messages

2002-03-26 Thread Alan James
On Tue, Mar 26, 2002 at 10:43:43AM +, Rory Campbell-Lange wrote: > Secondly, I'd like to make something like the line below work in bash. > Exim complains in this case of not finding a message with id "-". > > cat /tmp/e | exim -Mrm - > have a look at the xargs program. You should be able t