Re: [exim] Change headers of frozen mails

Pàgina inicial
Delete this message
Reply to this message
Autor: John W. Baxter
Data:  
A: exim-users
Assumpte: Re: [exim] Change headers of frozen mails
On 11/16/05 7:38 AM, "Gareth.Segree@???"
<Gareth.Segree@???> wrote:

> How can I change the recipient address of a frozen mail.
>
> eg mailq shows userx@??? and I want to change it to
> user@???


Spec section 5.3,
exim -Mar id new@??? [new2@??? ....]
will add one or more new recipients
exim -Mmd id old@??? [old2@??? ...]
will mark one or more recipients as having had their copy delivered

-M = play with this message
ar = add recipient
md = mark as delivered

--John