Re: [Exim] resend

Top Page
Delete this message
Reply to this message
Author: Suresh Ramasubramanian
Date:  
To: Gergely KODAJ
CC: exim-users
Subject: Re: [Exim] resend
Gergely KODAJ wrote:

> I have a lame question about an exim command if it exists.
> Can i resend all mails from an existing mailbox to another address?
> The new address is in $HOME/.forward file.
> I have to keep original form of letters (eg. from field, etc...).
> Is it possible?


$ mutt -f /var/spool/mail/your-mailbox

T .    # tag all mails in mailbox
;    # apply operation to all tagged mail
b new-address    # bounce / redirect mail to the new address


The from is preserved but the envelope sender gets altered of course.

    srs