home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mm / mm-0.90 / help / TOP.DIR / route.HLP < prev    next >
Encoding:
Text File  |  1990-12-18  |  1.7 KB  |  40 lines

  1. ROUTE  -  forward mail delivery to another address
  2.  
  3. Usage:  ROUTE [address]
  4.  
  5. The ROUTE command redirects all incoming mail automatically.  A file named
  6.   .forward is created in your home directory to hold the forwarding address.
  7.   The ROUTE command with no address cancels routing.
  8.  
  9. A typical use of ROUTE is to direct your mail to someone else while you 
  10.   are on vacation.  If you have more than one userid, you could ROUTE
  11.   so that all incoming mail goes to one of them.
  12.  
  13. Examples:
  14.     MM>route abc        #to the id abc
  15.     MM>route abc@cuvmb        #to an id on another machine at CU
  16.     MM>route abc@xyz.bfu.edu    #to an id at another university
  17.     MM>route            #back to me
  18.     MM>status            #shows my routing (among other things)
  19.   
  20. Valid addresses for routing are of the following forms:
  21.     userid      --Any userid on the same machine.
  22.     userid@host   --Any userid on another system.  host: for Columbia, 
  23.                   usually the machine name alone; for Internet, 
  24.                     domain name format; for Bitnet, node.bitnet
  25.     \myid         --Your own userid (to include yourself in a routing).  
  26.                     A backslash \ is recommended to avoid looping.
  27. You can specify a list of addresses separated by commas.
  28. Do not use the forms *filename or @filename, or an alias you DEFINEd,
  29. or . (period) to mean yourself.
  30.  
  31. Advanced users: To route into a file, you must create the file first and set
  32. mode 4000 (u+s) (e.g. chmod 4600 to get protections -rws------).  In the 
  33. route command, specify the full path to the file from root, e.g. "route 
  34. /f/u1/d00000/myid/filename".
  35.  
  36. To circumvent someone else's routing, send to \\userid.
  37.  
  38. For more help, type "help" and one of these topics:
  39.   send   status   who   addressing   other
  40.