Hi,
Use this
if the message is frozen
exim -bpru|grep frozen|awk {'print $3'}|xargs exim -Mrm
if the message is <>
exim -bpru|grep '<>'|awk {'print $3'}|xargs exim -Mrm
if all
exim -bpru|awk {'print $3'}|xargs exim -Mrm
Jai
-----Original Message-----
From: exim-users-admin@??? [
mailto:exim-users-admin@exim.org]On
Behalf Of jens-ingo brodesser
Sent: Thursday, October 25, 2001 5:25 PM
To: exim-users@???
Subject: [Exim] delete msg queue with one command
hello,
i have around 5000 mails in queue because of a missconfiguration. is
there a way of deleting them all with one command ?
--
jens-ingo
--
## List details at
http://www.exim.org/mailman/listinfo/exim-users Exim
details at
http://www.exim.org/ ##