>>>>> "Jon" == Jon Rust <[EMAIL PROTECTED]> writes:

> How can I clear out all these messages easily?

Perl or bash/sed? A simple:

qmail-qread | perl -we "while (<>) { grab the message id using a regex
and kill the item in the queue with the queue utilities available from
www.qmail.org and a system() call; }"

would do it. It's been done before...
-- 
"I'm not dumb. I just have a command of throughly useless
information."

- Calvin, of Calvin and Hobbes

Reply via email to