home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / DATACOM / MAILERS / XENIA / XENIA.EVT < prev    next >
Text File  |  1995-01-31  |  6KB  |  111 lines

  1. ; =============================================================================
  2. ; XENIA.EVT  Event file                       Xenia Version 1.98 - January 1995
  3. ; =============================================================================
  4. ; This file is read by Xenia, do *NOT* INCLUDE it into the main config!
  5. ;
  6. ; You can have a separate event file for a specific Xenia task.
  7. ; Create XENIA1.EVT for task 1, XENIA99.EVT for task 99, and so on.
  8. ; You can then still use this XENIA.EVT as an easy default for other tasks.
  9. ;
  10. ; IMPORTANT NOTE!
  11. ; Only modify a XENIA*.EVT file while Xenia tasks that use it are NOT running.
  12. ; Xenia uses timestamp comparison between XENIA*.SCD and XENIA*.EVT to detect
  13. ; whether the schedule has changed, and stamps XENIA*.SCD with the XENIA*.EVT
  14. ; time on exit.
  15. ;
  16. ; BTW: I know the scheduler sucks, a completely new design is on its way.....
  17.  
  18.  
  19. ; -----------------------------------------------------------------------------
  20. ; Basic format of an event line:
  21. ; Tag Days StartTime [EndTime] [Options]
  22.  
  23. ; Tag   Xn   Exit at start of event with errorlevel n.
  24. ;       A-W  Schedule tag, exit with errorlevel 4 at start of event so you
  25. ;            can get your mail packed or create polls.
  26. ;            If you have configured the 'MAILPACK <cmdstring>' statement,
  27. ;            that command is executed INSTEAD of the errorlevel exit.
  28. ;            Two parameters are passed: the task number and the schedule tag.
  29. ;       Z    Don't exit but just set some behaviour options.
  30.  
  31.  
  32. ; Some errorlevels are already in use by Xenia:
  33. ;
  34. ; 0    No error, normal termination of Xenia (Alt-X, SHUTDOWN.## semaphore)
  35. ; 1    Fatal dos error, restart Xenia
  36. ; 2    Internal error, probably bug in program
  37. ; 3    Default for APPERRORLEVEL if EXTAPP method BATCH is used
  38. ; 4    See A-W schedule tag info above
  39. ; 5-8  Not used but reserved for Xenia internal
  40. ; If EXTAPP method EXIT is used, Xenia will exit with the an errorlevel equal
  41. ; to connectspeed/100 (modulo 256 under DOS)
  42. ; Other errorlevels may be used freely in events or APPKEY statements
  43.  
  44.  
  45. ; Days  Specify which days of the week the event should be active
  46. ;       Sun,Mon,Tue,Wed,Thu,Fri,Sat; special: Week,WkEnd,All
  47. ;       To combine days, add them with + (ie. Week+Sat, Tue+Fri)
  48.  
  49.  
  50. ; Starttime & Endtime
  51. ; hh:mm Military format, ie hours 00-24, minutes 00-59
  52. ; If no endtime is specified, the event will be 60 minutes long
  53. ; Only ONE event can be active at any time, so overlapping is only useful if
  54. ; you use for instance the D)ynamic option. Otherwise it's not even allowed.
  55. ; Events can't wrap through midnight either.
  56.  
  57.  
  58. ; Options (first letter is enough)
  59. ; B)BS           EXTAPP BBS allowed, for users calling in with a terminal.
  60. ; F)orced        Also start if Xenia was start PAST original event end-time.
  61. ; N)o-requests   Still accepted, but response-msg will explain to caller.
  62. ; C)M/Crash      Only initiate calls for immediate/crash mail, no normal stuff.
  63. ; #)MailHour     Allowed to call non-CM nodes.
  64. ; H)iPriCrash    Call out for CrashMail no matter cost or (lack of) CM flag.
  65. ; Q)ueue=nnnn    Only call out if amount of mail >nnnnKB
  66. ; D)ynamic       End event if no more calls to make (mail in outbound).
  67. ; E)xit-dynamic  Exit Xenia if no more polls to make (used by Xenia Point)
  68. ; R)eceive-only  Don't call out for any mail, not even immediate/crash
  69. ; S)end-only     Don't answer any inbound calls (ie. ignore RING signals)
  70. ; M)ail=norm[,arc[,fax]]  Errorlevel for exit when normal/arcmail/fax received
  71. ;                The arc and fax parms are optional, default to same as normal.
  72. ;                If a tasknumber was specified, and all settings are 0, a file
  73. ;                called MAILFLAG.## is created instead (## is task nr. in hex).
  74. ;                Can be used as semaphore for a separate mail handling process.
  75. ;                If all settings are 0 but statement MAILPROCESS <cmdstring>
  76. ;                has been configured, that command is executed instead of
  77. ;                creating the semaphore file....
  78. ; A)vgwait=n     Average no. seconds wait between making calls (min=0, max=240)
  79. ;                Xenia will wait a random time, between -50% and +50% of avg.
  80. ; T)ry=con,noc   Retry counter limits for failed-connects,no-connect
  81. ;                (connect min=0,max=9   noconnect min=0,max=32000)
  82. ;                Value of 0 means ENDLESS, no limit to that number of tries!!!!
  83. ; Z)ero-counters Delete/zero the *.$$# retry counter files at start of event.
  84. ;                Only applies to the noconnect counters, not the connect count
  85. ;                for failed mailsessions....
  86.  
  87. ; -----------------------------------------------------------------------------
  88. z    All 00:00 04:30           B     A=240  T=2,0
  89. ; Zone 2 ZMH 02:30-03:30 UTC (03:30-04:30 CET, 04:30-05:30 daylight savings)
  90. ; Just disable BBS; no # flag need, MAILHOUR in XENSYS.CFG takes care of that.
  91. z    All 04:30 05:30                 A=240  T=2,0
  92. z    All 05:30 08:00           B     A=240  T=2,0
  93. z   Week 08:00 18:00     C     B     A=240  T=2,0
  94. z  WkEnd 08:00 18:00           B     A=240  T=2,0
  95. z    All 18:00 24:00           B     A=240  T=2,0
  96.  
  97. ;z    All      00:00 02:30           C B         m=100    ; 1 BBS
  98. ;x20  All      02:30 03:30 Z T=2,6 # C A=120 B   m=100    ; 2 BBS Natl Poll
  99. ;z    All      03:30 04:30           R N         m=100    ; 3 ZMH
  100. ;z    All      04:30 05:30           R B         m=100    ; 4 BBS winter
  101. ;x20  All      05:30 06:30   T=1,2 # C A=120 B   m=100    ; 5 BBS Intl Poll
  102. ;z    All      06:30 08:30           R B         m=100    ; 6 BBS
  103. ;x110 Sat      08:30 08:35           R S         m=100    ; 7 Weekly Maintainance
  104. ;x111 Sun+Week 08:30 08:35           R S         m=100    ; 8 Daily
  105. ;z    All      08:35 22:00           C S R       m=100    ; 9 day 
  106. ;z    All      22:00 23:00           C A=120 S   m=100    ; 10 day 
  107. ;z    All      23:00 24:00           R B         m=100    ; 11 day 
  108.  
  109.  
  110. ; =============================================================================
  111.