home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / sqshp111.lzh / route.cfg < prev    next >
Text File  |  1994-11-01  |  2KB  |  56 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. ;   Send Hold   1:24906/All
  20. ;   Send Normal World
  21. ;
  22. ; Now, as an example for systems with Binkley-style outbound areas,
  23. ; where more conventional routing commands can be used:
  24.  
  25.  
  26.         ; Send crash messages to nodes in net 249.  Hold messages
  27.         ; for systems in net 123 and zone 2.  HostRoute messages
  28.         ; to the rest of the world.
  29.  
  30.         Send            Crash   1:249/All
  31.         Send            Hold    1:123/All 2:All
  32.         HostRoute       Crash   World
  33.  
  34. ;
  35. ; Sample routing commands for out-of-zone contacts.  You probably
  36. ; won't need to use any of these schedules.
  37. ;
  38. ;Sched SendZ2
  39. ;
  40. ;        ; When this schedule is invoked explicitly via the -s command-line
  41. ;        ; switch, we LEAVE all mail for zone 1 and send all mail to zone
  42. ;        ; 2 using the crash flavour.
  43. ;
  44. ;        Leave 1:All
  45. ;
  46. ;        Change          Hold    Crash   2:All
  47. ;
  48. ;Sched NoSendZ2
  49. ;
  50. ;        ; This schedule undoes the changes made by SendZ2.  It changes
  51. ;        ; zone 2 mail back to hold, and it unleaves mail for zone 1.
  52. ;
  53. ;        Unleave 1:All
  54. ;        Change          Crash   Hold    2:All
  55.  
  56.