From: Joe Wong on
Hello,

For some good reason, I want to have a way to bounce all message in deferred
queue. Is there a command(s) to do so?

many thanks,

- joe
From: Jeroen Geilman on
On 07/23/2010 08:42 AM, Joe Wong wrote:
> Hello,
>
> For some good reason, I want to have a way to bounce all message in
> deferred queue. Is there a command(s) to do so?
>

That is a very bad idea.

The only valid reason to do this would be if you /knew/ these messages
can never be delivered, which can only happen if you made a routing mistake.

Correct the mistake and re-queue the mail.


J.