home *** CD-ROM | disk | FTP | other *** search
/ BBS 1 / BBS#1.iso / maximus / pointcfg.arj / SQ_CFG.ARJ / ROUTE.CFG < prev    next >
Text File  |  1994-09-28  |  2KB  |  58 lines

  1. ; ---------
  2. ; ROUTE.CFG
  3. ; ---------
  4. ;
  5. ; This file controls Squish's routing functions.  For more information
  6. ; on routing, please see the Squish documentation.  Squish
  7. ; supports the Send, Route, Leave, Unleave, Change, Poll,
  8. ; Dos, HostRoute and Define verbs.
  9. ;
  10. ; NOTE!  IF USING ARCMAILATTACH, YOU STILL NEED THIS FILE!  However,
  11. ; since most routing commands will be performed by your mail processor,
  12. ; the only purpose served by this file is to tell Squish which flavour
  13. ; of attach (Hold/Crash/Normal/etc) to use when archiving the mail.
  14. ;
  15. ; For example, if you want to hold mail for all nodes in net 24906,
  16. ; and to send normal mail to everyone else, the following ROUTE.CFG
  17. ; would work:
  18. ;
  19.  
  20. ;Send Hold   7:5020/All
  21. Send Normal 2:5020/All
  22.  
  23. ;
  24. ; Now, as an example for systems with Binkley-style outbound areas,
  25. ; where more conventional routing commands can be used:
  26.  
  27.  
  28.         ; Send crash messages to nodes in net 249.  Hold messages
  29.         ; for systems in net 123 and zone 2.  HostRoute messages
  30.         ; to the rest of the world.
  31.  
  32. ; -       Send            Crash   1:249/All
  33. ; -       Send            Hold    1:123/All 2:All
  34. ; -       HostRoute       Crash   World
  35.  
  36. ;
  37. ; Sample routing commands for out-of-zone contacts.  You probably
  38. ; won't need to use any of these schedules.
  39. ;
  40. ;Sched SendZ2
  41. ;
  42. ;        ; When this schedule is invoked explicitly via the -s command-line
  43. ;        ; switch, we LEAVE all mail for zone 1 and send all mail to zone
  44. ;        ; 2 using the crash flavour.
  45. ;
  46. ;        Leave 1:All
  47. ;
  48. ;        Change          Hold    Crash   2:All
  49. ;
  50. ;Sched NoSendZ2
  51. ;
  52. ;        ; This schedule undoes the changes made by SendZ2.  It changes
  53. ;        ; zone 2 mail back to hold, and it unleaves mail for zone 1.
  54. ;
  55. ;        Unleave 1:All
  56. ;        Change          Crash   Hold    2:All
  57.  
  58.