Autor: Tamas TEVESZ Datum: To: Christopher Bodenstein CC: Exim Users list Betreff: Re: [Exim] dequeueing one message only
On Mon, 16 Sep 2002, Christopher Bodenstein wrote:
> > i have a situation here where i need to delay delivery to certain
> > (remote) addresses. this one is ok so far, messages are nicely held on
> > the queue. now, i need to dequeue and deliver one of them. only one
> > particular message, not all messages for the given domain, or for the
> > given recipient. > Try exim -Mc <msg_id>
bummer. thanks.
it doesn't work unmodified for my situation, though (i'm using
smartuser with new_address = :defer:, which -Mc obeys, too), but i
realized i can protect that router with a condition that expands a
macro that i specify on the command line, in which case -Mc works just
fine.