home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / STAROUTE.ZIP / STAROUTE.DOC < prev   
Text File  |  1992-05-30  |  3KB  |  86 lines

  1. ;
  2. ;                ╓──╖               ╓╖ ╖
  3. ;                ║ ╓──╖╤═╕╒══╕ ╤══╕ ║║╓╖ ╖══╕╒═╤═╕
  4. ;                ╙─║╖╓──╖╤═╕╒══╕ ╤══╕║║║╓╖ ╖══╕╒═╤═╕
  5. ;                  ╙─║╖╓──╖╤═╕╒══╕ ╤══╕║║║╓╖ ╖══╕╒═╤═╕
  6. ;                ╙──╨╙─║   ╒═╤═╕╒══╕ ╤══╕ ║║ ║ ╒══╕╒═╤═╕
  7. ;                  ╙──╨╙──╖  │  │  │ │  │ ║║ ║ │     │
  8. ;                    ╙──╨ ║  │  ╞══╡ ╞╤═╛ ║║ ║ ╞═    │  (Tm)
  9. ;                      ╙──╨  ╧  ╧  ╧ ╧╘══ ╨╙─╨ ╧══╛  ╧
  10. ;
  11. ;                    (C) 1991, 1992 All Rights Reserved
  12. ;                              StaRoute 1.2b
  13. ;                         Echomail Routing Utility
  14. ;                 Copyright Chloe Rudzinski / Dan Sjolseth
  15. ;
  16. ;           For Questions and Comments, please contact us at:
  17. ;
  18. ;           StarNet BBS      Chloe Rudzinski/Dan Sjolseth
  19. ;           1:314/1 Fido     PO Box 3823  Kingman, Az 86402
  20. ;           602-753-5881     602-753-4703 (voice)
  21. ;
  22. ;
  23. ;        This program was originally wriiten to allow D'Bridge to
  24. ;        send mail to all presented AKA's  in one phone call. The
  25. ;        recent release of DB1069b has now allowed  us to do this
  26. ;        for EMSI sessions... IE: deliver  all mail destined  for
  27. ;        presented AKA's... <sigh>...
  28. ;
  29. ;        However.. Wouldn't you like to be  able to  do this with
  30. ;        YooHoo  sessions  as  well? Or how about those FrontDoor
  31. ;        systems who use AKA matching? StaRoute will allow you to
  32. ;        Route mail for ANY type of system.
  33. ;
  34. ;        Just place Staroute in your batch file, immediatly after
  35. ;        your mail processing. Be sure to call Staroute from  the
  36. ;        directory it is located in. This is also where it's  log
  37. ;        and config file will be.
  38. ;
  39. ;        NO guarantees come with this software... other than that
  40. ;        it MAY eat your mail.. <grin>. Remember  that its  still
  41. ;        a Beta...  just like D'Bridge...and gimme some feedback.
  42. ;
  43. ;        The size of this Staroute.com should be 38824 bytes, and
  44. ;        have a file date of 05/30/92 at 03:38 am.
  45. ;
  46. ;        The following Example config should get you started:
  47. ;        Just rename to Staroute.cfg.
  48. ;
  49. ;
  50. ; Path to your D'Bridge Queue Directory
  51. c:\db\queue
  52. ;
  53. ;------------------------------------------------|
  54. ; Zone:Net/Node To Reroute
  55. 11:1000/1
  56. ;
  57. ;
  58. ; Zone:Net/Node To Send Rerouted Packets To
  59. 1:314/1
  60. ;
  61. ;
  62. ;
  63. ; Path & Command Line For UnArchiver (Extension MUST be included)
  64. ; arce.com  |  arj.exe e  |  pkxarc.exe  |  pkunzip.exe
  65. ; (Arc.exe is NOT supported)
  66. ;
  67. c:\pkzip\pkunzip.exe
  68. ;
  69. ;
  70. ; Command Line For Archiver
  71. ; arca.com /d | arj.exe m | pkarc.exe -a -m | pkzip.exe -m
  72. ; (Arc.exe is NOT supported)
  73. ;
  74. c:\pkzip\pkzip.exe -m
  75. ;
  76. ;
  77. ; Priority for the node you wish to send to
  78. ;   H  |  N  |  I  |  C     (Hold, Normal, Immediate, Crash)
  79. ;
  80. H
  81. ;------------------------------------------------|
  82. ; Repeat the previous *5* lines for each node you
  83. ; wish to reroute.
  84. ;
  85. ; Remember... NO BLANK LINES!
  86.