How could I send all mail in /var/mail/fbloggs to fbl...@there.com
subsequently?
i.e. the mail has already arrived and its too late to set up
any .forwards etc.
TIA
ian
for example with mutt something like this:
# Tag all messages:
T.
# bounce all messages to new mail-address:
;b fbl...@there.com
regards
winfried
--
Winfried Magerl - Internet Administration
Siemens IT Solutions and Services, 81739 Munich, Germany
Internet-Mail: winfrie...@siemens.com
Use formail to read each message out of the file individually and
re-send them (via mail or Sendmail) to the new address.
Literally the command will be something like (I'm running on 2 hours
sleep so read the man page(s) to be sure.)
formail <some flag(s)> /var/mail/fbloggs | mail <optional flag(s)>
fbl...@there.com
Grant. . . .