Hi,
On Tue, 27 Jan 2004, Brent Frère wrote:
I have users with large mailboxes
(/var/spool/mail/$LOGIN).
They need a forward (/home/$LOGIN/.forward)
How can I re-process the stored e-mail such a way that it is forwarded
to their new e-mail address ?
I did it already with sendmail or procmail but I don't find out how
anymore.
<mode=evil>
just mail them their complete mbox as attachment
</mode>
More seriously, you might want to look at "formail" and concoct sth
with it.
Also, I found a variant using mutt:
$ mutt -f /var/spool/mail/yourmailbox
T # tag all mails in mailbox
; # apply operation to all tagged mail
b new-address # bounce/redirect mail to the new address
Greets & hth, Eric