"forwarding" is an ambiguous word; this help topic covers a few unrelated subjects:
For pine, (V)iew the message and use (F) to forward it.
For mail, read the message, then use
m username@somewhere.dom
When you are in the body of the message, use
~f
alone on a line to insert the message. Send as usual.
For dmail, read the message and use
f username@somewhere.domand send as usual.
For other mail software, let us know if you need help on this issue.
In order to forward your mail to another address, all you need to do is create the file ".forward" that contains only the address you want to receive the email. To stop mail forwarding, remove the file (command shown below).
You can either create the file by editing it and adding the address:
world% pico .forward
Or you can create it by "echoing" the information into it:
world% echo newaddress@somewhere.com > .forward
This one line will create the file and put the address in it.
You can forward your mail and keep a copy by creating the file ".forward" which should contain your account name with a backslash in front of it and the other email address where you would like the mail to go. If you are not familiar with an editor on this system, we recommend using Pico since it is a menu-driven text editor.
world% pico .forwardand place the addresses in the file like this:
\foobar,foobar@domain.name.here
world% rm .forward