Re: [Exim] Resending messages

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Tor Slettnes
Ημερομηνία:  
Προς: Steffen Heil
Υ/ο: exim-users
Αντικείμενο: 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