[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to forward unrecognised mail to another host?



"Robin Bowes" <robin.bowes@xxxxxxxxxx> wrote:

>| redeliver msmail.eoc.org.uk
>
>Where "redeliver" is a program that opens an SMTP session to the specified
>host, and writes out the message being read from stdin.

The program you want is "forward". You have to pass it the user,
too. E.g.:

    | forward $USER@xxxxxxxxxxxxxxxxx

-Dave