home *** CD-ROM | disk | FTP | other *** search
- ;===========================================================================
- ; EventSchedule for McMail
- ;===========================================================================
- ;
- ; Tag - Only for remember to know what Event is running
- ;
- ; Day - Witch days the Tag is activ. You can do the following fo example:
- ; Mon+Wed+Fri or All for all days
- ; MM for a day of month (1-31)
- ; DDMM for a day of year (0101 - 3112)
- ;
- ; Start - Starttime, must 5 digits!!
- ;
- ; End - Endtime, also 5 digits!!
- ;
- ; ME - Errorlevel to exit on received Mail.
- ;
- ; SE - Errorlevel to exit at start of event.
- ;
- ; RD - Seconds to wait befor make the next outcall
- ; (RD + Random(0.5*RD to 1.5*RD))
- ;
- ; RT - Busyretry for outcalls (0 ignore)
- ;
- ; Cst - Costmatch for this event. Here you can enter a TimeUnit in
- ; tenth of sec like in the cost.tbl. The first char controls the
- ; comparsion.
- ;
- ; '>' the TimeUnit of a node must be higher to call out
- ; '<' the TimeUnit of a node must be lower to call out
- ; '=' the TimeUnit of a node must be equal to call out
- ; '#' the TimeUnit of a node must be unequal to call out
- ;
- ; If this field is '0' it will be ignored. See the examples below.
- ; This is not valid for immediat mail.
- ; Be sure you have a valid cost.tbl of your city if you use this
- ; stuff.
- ;
- ; Examples:
- ;
- ; >1200 - Only call a node if the time for one charge is bigger
- ; 120 sec.
- ; =215 - Only call a node if the time for one charge is equal
- ; 21.5 sec.
- ; #300 - Only call a node if the time for one charge is unequal
- ; 30 sec.
- ;
- ; FL - Flags for the event:
- ; I - Immediat Mail only.
- ; C - CrashMail only.
- ; # - Allow calling nonCM-Systems.
- ; B - Allow BBS-Callers.
- ; D - Dynamic event. End event if there is no more Mail to sent.
- ; P - Pickup Mail on outgoing calls.
- ; (Use this if you want something from the remote!!!)
- ; R - Receive only, don't call out.
- ; S - Send only. Ignore RING.
- ; F - Forced event. Will be started even on session-overruns.
- ; N - No FileRequest allowed.
- ; H - Don't send any ARC-Mail or Fileattaches, Only .PKT will be
- ; processed.
- ; A - All Mail will be send on outgoing calls, even Hold-Mail.
- ; O - Read the Whats on Hold data after every disconnect.
- ; Q - Hold Filerequest on outgoing calls
- ; M - Mute, no sound in this event.
- ;
- ; ToDo Here you can add your uplinks for witch McM will create a .FLO
- ; file. The flavor for the File is given by the first char of the
- ; nodenumber.
- ; P - .POL Special McM-Pollflag. Only this will be erased at
- ; the end of the event. POL-files will be handled as
- ; Crash.
- ; T - .P<task> Taskspecific Pollfile. .P01 for example is only be
- ; seen by Task 1. This file is handled like the normal
- ; (.PLO) pollfile.
- ; C - .CLO Crash
- ; I - .ILO Immediat (Ignore CM-Flag in nodelist)
- ; N - .FLO Normal
- ; H - .HLO Hold (hint: absolutly nonsens ;-)
- ;
- ; If you write only a part of a nodenumber, the missing is added
- ; from your main-aka.
- ;
- ; Example:
- ;
- ; ToDo C2:2426/2090
- ;
- ; If you write something like that:
- ;
- ; ToDo P2:2426/2090,50000
- ;
- ; The pollfile for 2:2426/2090 would only be created if more
- ; than 50000 bytes is waiting for him.
- ;
- ; You can also say:
- ;
- ; ToDo P2:2426/2091,50000,2:2426/2090
- ;
- ; The pollfile for 2:2426/2091 would only be created if more
- ; than 50000 bytes is waiting for 2:2426/2090
- ;
- ; McM can also automaticly create semphores at start of events.
- ; For example add *MCMSCAN.ALL in this line and McM will create
- ; a semphor called MCMSCAN.ALL in the semphorpath.
- ;
- ;
- ; Deny Don't send mail to specified nodes during this Event.
- ; Except If you deny global nets you can exclude special nodes here.
- ;
- ; You can also specify "DENY idXXXXXX". This will reject callers
- ; where XXXXXX is a part of the CallerID. "id" is handled as a
- ; KeyWord and is not a part of the verify-string.
- ;
- ; Example:
- ; Deny id0441
- ; Except id04419400
- ;
- ; Rejecting callers with CallerID "0441*" except "04419400*".
- ;
- ; Deny "idRING" will reject all incomming calls ;-)
- ;
- ; The Keywords TODO, DENY and EXCEPT are only activ in the defined
- ; event above. If you disable an event, you have to disable the
- ; Todo,Deny,Except defines for this event too!
- ;
- ; You can see in the example below, that McM have one standard event
- ; (must "@") and other overlapping events. Define what you want McM
- ; handle it ;-)
- ;
- ;
- ;Tag Days Start End ME SE RD RT CST FL
- ;------------------------------------------------------------------
- @ ALL 00:00 24:00 00 00 30 20 >1200 CBP
- Deny idUNKNOWN
-
- F Mon+Fri 05:10 05:30 00 00 05 10 #215 CFS
- ToDo P240/444 P24/99 P2090
- Deny 2:2426/* id0441
- Except 2:2425/2010 1000 3000 4000 5000 id0441940
-
- N ALL 04:00 04:01 00 66 30 20 00 CPF
-
- M 01+15 04:30 04:30 00 00 00 00 00 F
- ToDo *STATIST.NOW
-
- Z 30+Mon+Fri 04:35 04:45 00 80 30 20 <215 CPF
-
- P ALL 05:10 06:00 00 90 10 10 00 CP
- ToDo *MCMSCAN.ALL
-
- X 2412+3112 01:00 02:30 00 80 30 20 =1200 CPF
-
- C ALL 18:20 19:10 00 00 00 00 00 RN
- ;===========================================================================
- ;EOF
- ;===========================================================================
-