home *** CD-ROM | disk | FTP | other *** search
/ CICA NT 1997 November / CICA_NT_CD-ROM_Walnut_Creek_November_1997.iso / internet / mail / m32-201.exe / ALIAS.SMP next >
Text File  |  1996-09-09  |  2KB  |  44 lines

  1. ;  Sample alias file for Mercury.
  2. ;  Copright (c) 1993-96, David Harris, All Rights Reserved.
  3. ;
  4. ;  The format for this file is:
  5. ;
  6. ;      alias == real_address
  7. ;
  8. ;  Lines starting with ';', '#' or '*' are considered comments
  9. ;  and are ignored, as are blank lines. There may be trailing
  10. ;  and leading whitespace on entries - it is all stripped out
  11. ;  in the alias file. It is a limitation of this release of
  12. ;  Mercury that you cannot have an alias or real address which
  13. ;  contains '==' because no quoting mechanism is implemented.
  14. ;
  15. ;  Compile the file using MALIAS.EXE, and copy it to the place
  16. ;  you have specified in MERCURY.INI. You can update Mercury's
  17. ;  alias file while Mercury is running.
  18. ;
  19. ;  You can have an almost unlimited number of aliases, and you
  20. ;  may have them resolve to anything you wish. Aliases are
  21. ;  resolved before any other attempt at address resolution is
  22. ;  made, so it is perfectly legal to have a local-looking alias
  23. ;  resolve to an off-server address. Note, though, that aliases
  24. ;  work strictly on the ADDRESS - they are not affected by any
  25. ;  quoted or comment text which is attached to it. As an example
  26. ;  of the impact of this, the aliasing mechanism regards these
  27. ;  two addresses as identical:
  28. ;
  29. ;     "My what a funny day!" david@pmail.gen.nz
  30. ;     (Master of the Lightbulbs) <david@pmail.gen.nz> "Pop!"
  31. ;
  32. ;  Aliases may be applied recursively up to four levels deep -
  33. ;  that is, you may have aliases for aliases in this file.
  34. ;  (although it still eludes me why anyone would do this).
  35. ;
  36. ;  Neither aliases nor real addresses are case-sensitive, 
  37. ;  although case is preserved in real addresses.
  38.  
  39. david@pmail.gen.nz                ==   support
  40. J.Smith@pmail.gen.nz              ==   julia
  41. Richard.Stevenson@pmail.gen.nz    ==   richard
  42. listserv@pmail.gen.nz             ==   maiser
  43.  
  44.