Re: [Exim] resend

Etusivu
Poista viesti
Vastaa
Lähettäjä: Suresh Ramasubramanian
Päiväys:  
Vastaanottaja: Gergely KODAJ
Kopio: exim-users
Aihe: 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