home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FD220A.EXE / ROUTE.FD < prev    next >
Encoding:
Text File  |  1992-02-10  |  918 b   |  32 lines

  1. ;
  2. ;  ROUTE.FD
  3. ;
  4. ;  Simple FrontDoor route file
  5. ;
  6.  
  7. NO-ROUTE  MYNET              ; Send mail to systems in our net directly
  8.                              ; Mail to systems outside our net is host-
  9.                              ; routed (as is the default).
  10. HOLD      !CM                ; Hold mail to systems that aren't capable
  11.                              ; of receiving mail 24 hours/day.
  12.  
  13.  
  14. ;
  15. ;  The default, or @, event
  16. ;
  17. SCHEDULE  @ *
  18.  
  19. ;
  20. ;  The nightly mail, or M, event.
  21. ;
  22. ;  You must create an event with TAG M in FDSETUP before this will
  23. ;  serve any purpose. If you are active in a public network, this
  24. ;  event is typically used for ZMH (Zone Mail Hour).
  25. ;
  26. SCHEDULE  M *
  27.   UNHOLD  !CM                ; Send mail to all systems (this reverses
  28.                              ; the effect of "HOLD !CM" at the top of
  29.                              ; the file).
  30.  
  31. ;  end of file "ROUTE.FD"
  32.