Re: [exim] how to delete "dead" emails

Etusivu
Poista viesti
Vastaa
Lähettäjä: D u n c a n
Päiväys:  
Vastaanottaja: Christopher Chaduka, exim-users
Kopio: sam wun
Aihe: Re: [exim] how to delete "dead" emails
try this command
exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | sh

Duncan

----- Original Message -----
From: "Christopher Chaduka" <cchaduka@???>
To: <exim-users@???>
Cc: "sam wun" <sam.wun@???>
Sent: Tuesday, October 19, 2004 2:10 PM
Subject: Re: [exim] how to delete "dead" emails


> On Tuesday 19 October 2004 12:17, sam wun wrote:
> > Hi,
> >
> > How can I delete the following emails from Exim:
> >
> > 004-10-19 18:16:25 Start queue run: pid=62177
> > 2004-10-19 18:16:25 1CIttp-000EP5-R3 == root@??? routing
> > defer (-51): retry time not reached
> > 2004-10-19 18:16:25 1CIsoQ-000GMv-7d Message is frozen
> > 2004-10-19 18:16:25 1CHRxR-0004nr-Ks Message is frozen
> <snip>
>
> exipick -z -i|xargs -l exim -Mrm
>
> That wipes out all frozen messages
>
> --
> Christopher Chaduka
> Technical Department
> MWEB Zimbabwe (Pvt) Ltd
> http://www.mweb.co.zw
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim

details at http://www.exim.org/ ##