Re: [Exim] Resending messages

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Tor Slettnes
Fecha:  
A: Steffen Heil
Cc: exim-users
Asunto: Re: [Exim] Resending messages
On Apr 6, 2004, at 01:42, Steffen Heil wrote:
> I have a number of mails, I'd like to resend unchanged.
> They are in separate files (maildir format).
>
> How can I send them (from linux command line)?


$ /usr/sbin/sendmail add@ress < file

Or if you want to re-send the message(s) to the original recipient(s)
in the To: and Cc: headers:

$ /usr/sbin/sendmail -t < file