This one time, at band camp, Howard Lowndes wrote: >If I have a /var/spool/mail/<user> mailbox file which comprises several >emails, what is the best method to forward the individual emails on to >another email address?
Depends on how you want it to end up. You could copy the entire mailbox to the maildrop for the other address, you could use formail and procmail at the other end to filter it into the maildrop, or something like formail -s "forwarded mail" new@address < /var/spool/mail/user to send the mails individually to the new address. -- [EMAIL PROTECTED] http://spacepants.org/jaq.gpg KGB keyboards don't have escape keys. -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
