home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / jm_09909 / jetmail.txt < prev    next >
Text File  |  1994-07-11  |  56KB  |  1,659 lines

  1. Preliminary short documentation for JetMail [Beta-Version]
  2. ==========================================================
  3.  
  4. For version: 0.99beta09
  5.  
  6.  
  7. RESTRICTIONS:
  8. =============
  9.  
  10. 1.  JetMail only works with Semper or Binkley 3.00 and higher (because
  11.     it uses the base 36 format for outbound files like IOS). We can't
  12.     supply THE-BOX support.
  13.  
  14. 2.  You have to install Binkley with domains, because JetMail is written to work
  15.     as a 5D system. All addresses in the configuration file must be 5D. You
  16.     can switch to 4D or 3D/2D for links which don't support 5D.
  17.     
  18.     ATTENTION: All domain names have to be completely LOWERCASE!
  19.  
  20. 3.  Messagetracking only works with a BTNC nodelist. The compiler for this 
  21.     nodelist is distributed with JetMail. The current version of Semper and
  22.     Binkley (3.03a/Beta-2) supports this format and is available from
  23.     2:243/6007 with BT-BETA !GNADE and other ST based systems.
  24.     
  25.     Some C source to access this nodelist type is requestable at the same
  26.     system with magic BNL-SRC.
  27.  
  28. 4.  Some TOS versions have problems with memory management. As JetMail uses
  29.     the memory manager VERY heavily, it might be necessary to use the util
  30.     FOLDR100.PRG and/or POOLFIX4.PRG in your AUTO folder. For Mag!x,
  31.     you have to install ADDMEM.PRG in your AUTO folder.
  32.  
  33. 5.  You have to set up all three *different* inbound paths to get JetMail
  34.     work!
  35.  
  36. 6.  LED 1.03beta or higher is recommended as you can use many features
  37.     of JetMail only if you have access to the extended message flags.
  38.     ATTENTION: NoDeleteUnread doesn't work with older LED versions!
  39.  
  40. 7.  The mail flavours Direct and Immediate work only correctly with
  41.     Semper, because of a bug in BinkleyTerm, which takes the character
  42.     'D' as Immediate and has no special Direct flavour.
  43.  
  44.  
  45. CONFIGURATION
  46. =============
  47.  
  48. All configuration and system files are held in special system folder. JetMail 
  49. takes the name of the system folder from the environment variable JETMAIL or
  50. assumes .\JETMAIL if the environment variable isn't defined.
  51.  
  52. The file LED.NEW (lastread pointer for LED) is searched in the folder specified
  53. by MAILER or in the current working directory. LASTREAD.BBS (lastread pointer
  54. for QuickBBS ST) is searched in the folder specified by QBBS or in the current
  55. working directory.
  56.  
  57. Following files will be held in the system directory:
  58.  
  59. 1.  CONFIG.JM    : Main configuration file.
  60.  
  61. 2.  ROUTE.JM     : File with routing information.
  62.  
  63. 3.  DUPES.SYS    : CRC's of the last 8000 messages for dupechecking.
  64.  
  65. 4.  MAILHIST.SYS : Statistic file of inbound and outbound traffic. 
  66.                    Just try the JetStat program.
  67.                 
  68. 5.  AREAHIST.SYS : Statistic about traffic in the echoareas.
  69.                    Also just for JetStat.
  70.  
  71. 6.  AFHELP.JM    : Helpfile for the built-in AreaFix
  72.  
  73. 7.  EXITINFO.SYS : Exit information generated after every exit
  74.                    This file can be processed by EXITINFO.TTP
  75.  
  76. 8.  FWD.SYS      : Information about waiting area request forwards.
  77.  
  78. 9.  JETMAIL.KEY  : JetMail key file
  79.  
  80. 10. LASTRUN.SYS  : JetMail keeps information about the time of the
  81.                    last execution in this file to recognize big system
  82.                    clock failures and then stop the system.
  83.  
  84. So let's now describe the format of the CONFIG.JM file. Comments are possible
  85. with a ; at the beginning of the line. Recognized separators are blanks and
  86. TABs. Pathnames could be specified with and without trailing backslash.
  87.  
  88. The order of commands has to be:
  89.  
  90. o Domain Definitions
  91. o System addresses
  92. o Link Definitions
  93.  
  94. All other commands can be used anywhere.
  95.  
  96.  
  97. SPECIFYING INBOUND/OUTBOUND DIRECTORIES
  98. =======================================
  99.  
  100. Inbound         <path>
  101.  
  102.     Directory of the normal inbound, i.e. the inbound for mail from unknown 
  103.     systems.
  104.  
  105. KnownInbound    <path>
  106.  
  107.     Directory of the inbound for known systems, i.e. systems which are listed 
  108.     in the nodelist.
  109.  
  110. ProtInbound     <path>
  111.  
  112.     Directory of the inbound for  protected systems, i.e. systems for which
  113.     you've defined a session password.
  114.  
  115.     The directories must correspond with the inbound settings for Binkley or
  116.     Semper. It is absolutely necessary to define all three inbounds to run
  117.     JetMail.
  118.  
  119. Outbound        <path>
  120.  
  121.     Defines the default outbound for your first domain. The same as the second
  122.     argument in the first domain statement of Binkley. Normally points to
  123.     'OUTBOUND'.
  124.  
  125. SECURITY
  126. ========
  127.  
  128. JetMail will handle mail as follows:
  129.  
  130. 1.  JetMail doesn't process Arcmail in Normal/Known Inbound. It just writes
  131.     a message in the log and renames the Arcmail bundles to *.Bnn. Only Arcmail
  132.     in the protected inbound will be processed by JetMail.  
  133.  
  134. 2.  Packets from not linked systems (about the concept of links, see later)
  135.     in the protected inbound are renamed to BKT. Also packets from links with
  136.     a password mismatch.
  137.  
  138. 3.  If the destination address of the packet is not our system the packet is 
  139.     renamed to BKT.
  140.  
  141.  
  142. ARCHIVERS
  143. =========
  144.  
  145.     JetMail supports the following archive formats: ARC,LZH,LHA,ZIP,ZOO,ARJ.
  146.     The syntax is very simple. Put the Keywords 
  147.  
  148.     ArcPack, ArcExtract, LZHPack, LZHExtract, LHAPack, LHAExtract, ZipPack,
  149.     ZipExtract, ZooPack, ZooExtract, ArjPack, ArjExtract 
  150.  
  151.     in your CONFIG.JM, specify the path to the compression utility after the
  152.     keyword and then the desired options for extracting or adding.
  153.  
  154.     Example: ZipPack c:\archiver\zip\zipjr.ttp -a -mt -edb
  155.  
  156.     The difference between LHA and LZH is, that LZH is for old LHARC archives
  157.     before version 2.0. Sometimes lharc 2.01 has difficulties to unpack these
  158.     archives. Normally LHA/LZH will point to the same archiver.
  159.  
  160.  
  161. SPECIAL AREAS
  162. =============
  163.  
  164. Netmail         <areaname>
  165.  
  166.     Defines the netmail area name as specified in AREAS.BBS. So, if you have
  167.     an AREAS.BBS line
  168.     
  169.     G:\MSGBASE\NETMAIL FidoNetmail
  170.     
  171.     then you would have to define
  172.     
  173.     Netmail     FidoNetmail
  174.     
  175. Mailbox         <areaname>
  176.  
  177.     Defines your private mailbox. If defined, every EchoMail directed to the 
  178.     Sysop will also be saved into this folder. JetMail will put a 
  179.     \03AREA [AreaTag] line into the message. You could reply to this mail as 
  180.     in a normal echomail area (but don't delete the special line when 
  181.     replying). JetMail will recognize the Areaname from this line when scanning
  182.     the Mailbox and saves the message back to this area if SaveLocal is active.
  183.     
  184.     'Messages to sysop' pointers won't be set in the normal echomail when
  185.     mailbox is defined.
  186.     
  187.     The definition is done as for Netmail.
  188.     
  189.     ATTENTION: This area has to be defined in AREAS.BBS, too!
  190.     
  191. BadMsgs         <areaname>
  192. DupeMsgs        <areaname>
  193.  
  194.     These keywords define areas for unprocessable messages and for dupes.
  195.     If DupeMsgs is not set, dupes will be saved into the BadMsgs area. If
  196.     also BadMsgs remains undefined, dupes are thrown away.
  197.     
  198.     The definition is done as for Netmail.
  199.     
  200.     ATTENTION: These areas have to be defined in AREAS.BBS, too!
  201.  
  202. Archive         <filename>
  203.  
  204.     Defines the area to which msgs are copied which had the Archive/Sent flag
  205.     set when exporting. This flag is supported by LED 1.03beta and higher.
  206.     
  207.     ATTENTION: This area has to be defined in AREAS.BBS, too!
  208.  
  209. SPECIFYING DOMAINS AND NETWORK ADDRESSES
  210. ========================================
  211.  
  212.     This is in my opinion the most difficult part in configuring JetMail. As 
  213.     i mentioned in the introduction, it is not possible to run JetMail without
  214.     using domains.
  215.  
  216. Domain          <name>    <abbrev>    <official>
  217.  
  218.     as it said, <name> is the name of the domain like fidonet.org or nest.ftn.
  219.     <abbrev> is the shortening of the domain name and is used to identify the
  220.     outbound folder for mailpackets like in Binkley (NOTE: This isn't true for 
  221.     the first domain. JetMail takes the Outbound folder instead of). It is also
  222.     used for FSC0045 packets. <official> could be anything and is used to plot 
  223.     the 'NiceOrigin' line.
  224.     
  225.     Example:  Domain nest.ftn nest NeST
  226.     
  227.     nest.05a will now be the outbound folder for NeST mailpackets. The Origin
  228.     line will be (90:4/0@nest.ftn) or (NeST 90:4/0) if you specify NiceOrigin.
  229.     Please note that 'abbrev' must correspond with the second parameter in 
  230.     Binkleys domain statement. If you send FSC0045 packets, JetMail puts 'nest'
  231.     into the OrigDomain field of the mailpacket.
  232.     
  233.     ATTENTION:  The <name> parameter will be automatically converted to
  234.                 lowercase to maintain conformity with the domain standards.
  235.  
  236. Address         <full_5D_address>       [fakenet]
  237.  
  238.     You specify all your network addresses with this statement. Please encourage, 
  239.     that you really define all your addresses. Otherwise JetMail routes mail to
  240.     a not known AKA of you. <fakenet> is only necessary for mail to points with 
  241.     only 3D capable software (SEEN-BY entry).
  242.     
  243.     Example: Address 2:2456/114@fidonet.org  29114
  244.              Address 51:601/111@atarinet.ftn
  245.              Address 90:400/602@nest.ftn
  246.  
  247.  
  248. FLAGS & MISCELLANEOUS
  249. =====================
  250.          
  251. Debug           <flags>
  252.  
  253.     Specifies stages of debugging.
  254.     
  255.     Global        1
  256.     Import        2
  257.     Scan          4
  258.     Pack          8
  259.     Maint         16
  260.     Control flow  32
  261.     
  262.     Just add the values. For example: Debug 6 enables debugging of
  263.     scanner and importer.
  264.     
  265.     The 'flow' debug is logging the internal program trace. This should be
  266.     used if JetMail bombs reproducable. The log should be sent to the
  267.     authors.
  268.  
  269. Sysop           <name>
  270.  
  271.     Your Sysop name. Needed for setting 'Messages to sysop flag' in LED. Also
  272.     checked against your keyfile. 
  273.  
  274. Key             <serialnumber>
  275.  
  276.     With that keyword, you install your personal registration key or demo key.
  277.     Without that key, JetMail won't work.
  278.  
  279. Logfile         <filename> [maxsize]
  280.  
  281.     Name of the JetMail logging file. Defaults to LOGFILE.JM in the system
  282.     directory. If you specify maxsize (in KB), the built-in logfile trimmer
  283.     is activated. If the logfile grows above maxsize KB, the logfile is trimmed
  284.     to 3/4 of the former size.
  285.  
  286. NoLog           <flags>
  287. NoDisplay       <flags>
  288.  
  289.     Disables partially the logging of messages. Possible flags are:
  290.  
  291.     ~ : Miscellaneous
  292.     ! : Fatal error
  293.     ? : Warning
  294.     + : Major change
  295.     - : Minor change
  296.     = : Routing information 
  297.     # : Bundle information
  298.     * : Message logging
  299.     % : Results
  300.     $ : Bundle/Packet sizes
  301.     > : Debug information
  302.     & : Internal program flow information for debugging purposes
  303.     / : AreaFix messages
  304.  
  305.     Example: NoDisplay *% disables displaying of message logging and result 
  306.              information
  307.  
  308. VerboseLogging
  309.  
  310.     This one lets JetMail log all processed areas by MAINT and SCAN, for
  311.     debugging purposes.
  312.  
  313. BinkleyLog
  314.  
  315.     Switches to Binkley-style logging format. For people which use the same
  316.     logfile for Binkley and JetMail.
  317.  
  318. Nodelist        <path>
  319.  
  320.     Tells JetMail the path to a BNL nodelist base as compiled with
  321.     BTNC.
  322.  
  323. StdDays         <number>
  324. StdMinMsgs      <number>
  325. StdMaxMsgs      <number>
  326.  
  327.     Standard values for crunching echomail when not defined in AREAS.BBS.
  328.     Defaults to 21 days, 0/1500 messages.
  329.     
  330. KeepBundles
  331.  
  332.     Rename Arcmail bundles to *.nnn after importing. Don't delete them.
  333.  
  334. MinDiskSpace    <number>
  335.  
  336.     Check diskspace before writing to a file. Measure is in KB.
  337.  
  338. MSGIDMode       <2D|3D|4D|5D>
  339.  
  340.     Mode of MSGID for locally entered messages. Defaults to 5D if not 
  341.     specified.
  342.  
  343. OriginMode      <2D|3D|4D|5D>
  344.  
  345.     Mode of Origin for locally entered messages. Defaults to 4D if not 
  346.     specified.
  347.  
  348. NoSaveLocal
  349.  
  350.     JetMail saves back locally written messages after exporting. This option
  351.     disables this feature if you have trouble with old out-dated software.
  352.  
  353. CheckEchoDupes   [<count>]
  354.  
  355.     Activates echomail dupechecking. JetMail keeps up the CRCs of the
  356.     last 8000 imported echomail messages for dupe checking. If 8000
  357.     is not enough, you can specify <count>.
  358.  
  359. CheckNetDupes
  360.     
  361.     Activates netmail dupechecking. The Via lines are checked if the netmail
  362.     has already passed our system.
  363.  
  364. DefPktType      <FTS0001|FSC0039|FSC0045|FSC0048>
  365.  
  366.     Default packet header type for mail to systems which are not links (normally
  367.     for crashmail). Defaults to FTS0001 which nearly every known mailprocessor
  368.     accepts.
  369.     
  370. NoMsgTrack
  371.  
  372.     Deactivates the built-in message tracker. The tracker checks if the
  373.     origin and destination of a netmail is listed and bounces it if not.
  374.     
  375.     The message tracker is only available with the full key.
  376.     
  377. KnownAddress     <patterns...>
  378.     
  379.     If you want declare some address(es) as "listed" which are not really
  380.     in the listed nodelist, you can do it with this statement. The built-in
  381.     message tracker treats them as "listed". So if you run a nodelist
  382.     with zone 2 compiled only and you route netmail to other zones
  383.     to your uplink, you don't want those netmails to checked by your
  384.     message tracker. With
  385.     
  386.     KnownAddress  1:*@fidonet.org 3:*@fidonet.org 4:*@fidonet.org
  387.     KnownAddress  5:*@fidonet.org 6:*@fidonet.org
  388.     
  389.     you can prevent those netmails to be bounced.
  390.     
  391. VacationDate    <date>
  392.  
  393.     Put here some information if you are on holiday. For every netmail to
  394.     you, JetMail takes the date after VacationDate and sends a short message
  395.     to the originator of the netmail including this date.
  396.  
  397.     Example:
  398.     
  399.     Vacationdate 31.12.1992
  400.     
  401.     You can exclude mail robots via "Robots".
  402.             
  403. ReAddress       "to_pattern" <address_pattern> "new_to" <newaddress_pattern> [NoNotify]
  404.  
  405.     ReAddresses netmail. Every netmail which destination address is matched by
  406.     <address_pattern> and To field matched by "to_pattern" will be redirected.
  407.     The To: field is changed to <new_to> (unchanged if <new_to> is *) and all
  408.     components of the destination address are changed to <newaddress_pattern>.
  409.     
  410.     In the <newaddress_pattern> parameter, all components of a 5D address must
  411.     be defined. You can leave out the .0 for nodes!
  412.     
  413.     Example: 
  414.     
  415.     ReAddress "*" 2:241/*@fidonet.org "Joerg Spilker" *:*/*.1@fidonet.org
  416.     
  417.     JetMail redirects every netmail to a system in net 241 to Joerg Spilker and
  418.     changes the point number to 1 in the address fields (not very useful :-))
  419.     
  420.     Also, you are able to modify, not just replace the To: string. In
  421.     the place of '*' in the new_to parameter, the old To: name is
  422.     inserted, so e.g. Albi Rebmann can use the following for his Zerberus
  423.     gateway
  424.     
  425.     ReAddress "*" 77:7700/430.0@LifeNet "*@CREDO.ZER" 77:7700/1.0@LifeNet
  426.     
  427.     to append @CREDO.ZER to the To: string and re-address it to his
  428.     Zerberus gate.
  429.     
  430.     Normally, the addressee is informed about the re-addressing which has
  431.     taken place. But if you run a gateway software which uses a point
  432.     address of your node system, you would not want to have extra text
  433.     added to the message body. So you can use the optional keyword
  434.     "NoNotify" to disable this notification.
  435.     
  436.     ATTENTION: JetMail has an automatic re-addressing for your points
  437.                built-in. This works only if JetMail knows the name of
  438.                this point, so it has to be listed in the nodelist or
  439.                specified by "Sysop <name>" in the link block.
  440.                
  441.                The virtual ReAddress line used for a link like
  442.                John Doe at 1:234/56.7@fidonet.org:
  443.                
  444.                ReAddress "John Doe" 1:234/56.*@fidonet.org "*" *:*/*.7@*
  445.  
  446.     
  447. Purge   [From|To|Subject|Text]  <string>
  448.  
  449.     JetMails throws away every net- and echomail message with from/to/subject
  450.     field in the message-header containing <string>. <string> CAN'T be a
  451.     pattern like "Jonathan Dumm*" if used in conjuction with the From/To/Text
  452.     parameters. If you use Purge with "Subject" parameter, a pattern can be
  453.     specified using * or ? quantors.
  454.     
  455.     ATTENTION: The comparison is case SENSITIVE
  456.  
  457. Supervise       <name>
  458.  
  459.     JetMail copies all ECHOmail messages from or to <name> to the netmail
  460.     area and addresses them to the sysop.
  461.     
  462. FilterReqMsgs
  463.  
  464.     This flags tells JetMail to throw away all messages which the FILEREQUEST
  465.     flag set. This messages arrives usually if FD systems are requesting FILES.
  466.  
  467. NiceOrigin
  468.  
  469.     5D Origin looks like (2:245/96@fidonet.org). With NiceOrigin set, it looks
  470.     like (FidoNet 2:245/96) (the last case also with ORIGINmode = 4D).
  471.  
  472. NoReplyChains
  473.  
  474.     JetMail calculates reply chains from MSGID and REPLYID for the ReplyChain
  475.     feature of the current LED betaversions. NoReplyChains disables this
  476.     feature if you have problems with other software using mailer[0-3] message
  477.     header fields.
  478.  
  479. PrintMyMail
  480.  
  481.     Similar to ACS, this statement lets JetMail print every incoming message to
  482.     the sysop (netmail AND echomail). The printer status is checked before
  483.     every message.
  484.  
  485. PrinterLineLen   <val>
  486.  
  487.     This command sets the line length of your printer to an other value
  488.     than 70, which is the default. JetMail uses this value to wrap lines
  489.     of a paragraph if using PrintMyMail.
  490.  
  491. NoStripCrash
  492.  
  493.     JetMail strips the Crash flag while importing a netmail message and prevents
  494.     crashmails from other links to be sent via your system. This options turns
  495.     this feature off.
  496.  
  497. ImportArcmail
  498.  
  499.     This statements allows JetMail to import mail bundles in the known and
  500.     unknown inbound if specified. Default is only to import unbundled packets.
  501.     
  502.     ATTENTION: If you use this command, your system is a perfect target
  503.                for mail bombs!
  504.  
  505. NoDestCheck
  506.  
  507.     This switch turns the packet destination check of JetMail off. Some silly
  508.     software writes bad packet headers and relies on the uglyness of the
  509.     receiving system.
  510.  
  511. DisableAreafix
  512.  
  513.     Turns the built-in AreaFix off.
  514.  
  515. NoCPP
  516.  
  517.     This is used to turn the CPP (Circular Path Protection) globally off.
  518.  
  519. MonitorNetmail
  520.  
  521.     This one forces JetMail to save EVERY processed netmail into the
  522.     local netmail folder.
  523.  
  524. MonitorFix
  525.  
  526.     This one forces JetMail to save all AreaFix & FileFix (coming soon)
  527.     netmail traffic locally to your netmail area.
  528.  
  529. Interprete      <5Daddr> AS <5Daddr>
  530.  
  531.     This statement gives you the ability to translate packet
  532.     origin/destination addresses. The first address is the address
  533.     which is parsed from the packet header and which is replaced by
  534.     the second address.
  535.  
  536. Group           <groupchar>
  537. GroupEnd
  538.  
  539.     With this commands, you specify all area groups you will use in
  540.     AREAS.BBS with -Group and the <description> is listed on the top
  541.     of an AreaFix report. Within this group definition block, you can
  542.     use the following commands:
  543.     
  544.     Description <description>
  545.     Announce    <areas...>
  546.     MsgBasePath <path>
  547.     SortMode    [Sorted/Unsorted]
  548.     
  549.     If you don't define a description, the group will NOT be listed
  550.     on top of the AreaFix reports.
  551.     
  552.     Announce is used to specify areas, in which automatically added
  553.     or removed areas of this group are reported.
  554.     
  555.     If using Auto[D]Area, JetMail creates the HDR and MSG files in
  556.     the same directory where the netmail area is stored. You can now
  557.     define the path per group. Example:
  558.     
  559.     SortMode is used to switch sorted AreaFix list output on and off.
  560.     
  561.     Group N
  562.        Description  NeST International Network
  563.        Announce     NEWECHOS.LOC
  564.        MsgBasePath  G:\MSGBASE\NEST\
  565.     GroupEnd
  566.     
  567.     Group A
  568.        Description  AtariNet - The direct link to ATARI USA
  569.        Announce     NEWECHOS.LOC
  570.        MsgBasePath  G:\MSGBASE\ATARINET\
  571.     GroupEnd
  572.  
  573. NoAutoDisconnect
  574.  
  575.     JetMail's AreaFixer automatically disconnects passthrough-areas
  576.     which are not passed to another link at your uplink. This option
  577.     disables this feature.
  578.  
  579. CrunchAlways
  580.  
  581.     This one lets JetMail crunch the special areas FidoNetmail,
  582.     TrashArea, Dupearea and Archive everytime JetMail was invoked
  583.     with the SCAN[ALL] or PACK parameter.
  584.  
  585. MinCrunch <count>
  586.  
  587.     Tells JetMail not to compact areas in which less than <count> messages
  588.     would be removed.
  589.  
  590. NoDeleteUnread
  591.  
  592.     Tells JetMail not to delete unread messages.
  593.  
  594. KeepMemory <size>
  595.  
  596.     This one advises JetMail to leave <size> KB free memory to external
  597.     programs like archivers etc. Also very useful for multitasking environments
  598.     like MultiTOS, MiNT or MultiGEM.
  599.     
  600.     The default is to keep 400KB free.
  601.  
  602. AboutFile <file>
  603.  
  604.     This one is to define a file which will preceed every AreaFix
  605.     list report.
  606.  
  607. DupeRing
  608.  
  609.     This one enables dupe ring checking for those who have set up an
  610.     echomail backbone ring. This was made switchable because it takes
  611.     some extra time.
  612.  
  613. FreeBuffers
  614.  
  615.     Advises JetMail to free all buffers when calling archiver programs
  616.     so that there is a minimum of 84KB more free memory.
  617.     
  618.     ATTENTION: If you use a CheckEchoDupes with a high count specified
  619.                behind it, it takes a very long time to re-initialize the
  620.                buffers so the BUNDLE process on node systems can be
  621.                significally slowed down.
  622.  
  623. NoSaveSeenby
  624.  
  625.     Tells JetMail not to write SEEN-BY and PATH information into the
  626.     local message base.
  627.     
  628.     ATTENTION: This command should not be used by systems which have
  629.                echomail downlinks as rescanning is not longer possible.
  630.  
  631. LimitHandles
  632.  
  633.     This statements limits the amount of file I/O handles used by JetMail
  634.     for systems which don't support many of these. When using MiNT or
  635.     MultiTOS, JetMail automatically activates LimitHandles, but on FALCON
  636.     machines you have to do that manually if you don't run MultiTOS.
  637.  
  638. ArealistUnsorted
  639.  
  640.     Avoids alphabetically sorting your area listing in AreaFix reports.
  641.     
  642.     See also "SortMode" in the Group definition block.
  643.  
  644. StdMaxPktSize   <size in KB>
  645.  
  646.     Used to set a global maximum size for outgoing PKT files. The default
  647.     is NO limit.
  648.     
  649.     See also "MaxPktSize" in the Link definition block.
  650.     
  651.     ATTENTION: You have to limit the import buffer size with MaxBuffer to
  652.                leave some memory to the archiver program.
  653.  
  654. Robots          <patterns...>
  655.  
  656.     With that statement you can prevent JetMail from appending a signature
  657.     to addressees matching <pattern>. JetMail has the following names
  658.     hard-coded:
  659.     
  660.     o AreaFix
  661.     o AreaMgr
  662.     o JetMail AreaFix
  663.     o JetMail Server
  664.     o FileFix
  665.     o FileMgr
  666.     o Ticker
  667.     o Raid
  668.     
  669.     Example:
  670.     
  671.     Robots   *Mgr Manager *Fix GEcho
  672.     
  673.     Also, JetMail will not react on mail from these names if you are
  674.     using VacationDate. Also, no signature will be appended to netmails
  675.     to these "persons".
  676.  
  677. NoSignature     <patterns...>
  678.  
  679.     With this command, you can prevent JetMail from appending a
  680.     signature to addressees matching <patterns...>. This is very
  681.     useful if you write often netmails to mail partners who know the
  682.     information in your signature well (e.g. your uplink or boss).
  683.     
  684.     Example:
  685.     
  686.     NoSignature   *Spilker *Thieme
  687.     
  688.     ATTENTION: If you write to addressees listed behind "Robots" and
  689.                all hardcoded mail robots, they won't get any
  690.                signature. So you don't have to define these twice.
  691.  
  692.  
  693. LINK DEFINITIONS
  694. ================
  695.  
  696. Links are an elementary concept of JetMail. For every system to which you want
  697. to route mail, you have to specify characteristics like AreaFix password,
  698. Arcmail type, packettype and many more. Every link definition begins with the
  699. line:
  700.  
  701. Link            <full_5D_address> [fakenet]
  702.  
  703. and end withs the line
  704.  
  705. LinkEnd
  706.  
  707. The fakenet MUST be given if the Link is a point, and not one of yours
  708. and uses Controlmodes 2D or 3D. If he/she uses 4D or 5D Controlmodes,
  709. no fakenet is needed.
  710.  
  711. The following keywords are only active within linkdefinitions:
  712.  
  713. Sysop           <put name of link here>
  714.  
  715.     This field defines the name of the sysop. If not defined, JetMail tries to
  716.     get the sysop name from the sysop field of the nodelist. If JetMail can't
  717.     find the name in the nodelist, it puts 'Sysop' in the field. 
  718.    
  719.     This field is used for automatic replies or netmails to set the TO field
  720.     in the messageheader (instead of using "Sysop").
  721.    
  722. Password        <upto_8_chars>
  723.  
  724.     Defines packet and AreaFix password. Please note that some systems don't
  725.     include a password in the packet header. In this case defining a Password
  726.     causes a 'password mismatch' when processing the packet.
  727.  
  728. SessionPwd      <upto_8_chars>
  729.  
  730.     Defines the session password with this link if it differs from your mail
  731.     password. This one was implemented to get request responses from BinkleyTerm
  732.     systems imported which contain the session password as packet
  733.     password.
  734.  
  735. AreaFixPwd      <upto_8_chars>
  736.  
  737.     Defines an AreaFix password. Only needed when you can't specify a password
  738.     because the link doesn't support packet passwords or if you want to have
  739.     different password for AreaFix and packet.
  740.  
  741. ArcMode         [ARCmail|LZHmail|LHAmail|ZIPmail|ZOOmail|ARJmail|None]
  742.  
  743.     Specifies which archiver to use for the link. If 'None' specified,
  744.     the packets will remain uncompressed.
  745.   
  746. PackCommand     <flags>
  747.  
  748.     If defined, <flags> overrules the standard flags for compressing from the 
  749.     archiver definition.
  750.   
  751.     Example: You have an archiver definition for ZIP like this:
  752.   
  753.              ZipPack  c:\archiver\zip\zipjr.ttp -a -mt
  754.            
  755.              But you know that some systems are using ZIP 2.0 compatible archivers
  756.              and you wish to send them deflated packets. Then you put a
  757.            
  758.              PackCommand   -a -mt -edb
  759.            
  760.              in the link definition.
  761.  
  762. PktType         [FTS0001|FSC0039|FSC0045|FSC0048]
  763.  
  764.     Packetheadertype for this link. Defaults to FSC0039. This type is supported
  765.     by nearly all mailprocessors. If your link complains about the type just try 
  766.     one of the others (FSC0048 first, then FSC0045 and at last FTS0001).
  767.  
  768.     For technical information about the header types take a look into the 
  769.     FidoNet Technical Standards. These documents should be available from any
  770.     FidoNet system.
  771.   
  772. INTLMode        [2D|3D|4D]
  773.  
  774.     Defines the address type for written INTL lines. These lines are needed for
  775.     interzone mails. Defaults to 3D.
  776.   
  777. ForceINTL
  778.  
  779.     This keyword forces JetMail to write an INTL in every mail, even if the 
  780.     zone doesn't change. Some echomail processors don't assume the origin and
  781.     destination zone of a message from the zone fields in the packetheader and
  782.     use the zone of their first alias instead (or assume the zone from the MSGID
  783.     and REPLY kludges which causes trouble if the originating network wasn't 
  784.     fido compatible). This causes for example a netmail from 90:4/0 recognized
  785.     as from 2:4/0 :-((
  786.  
  787. ControlMode      [2D|3D|4D|5D]
  788.  
  789.     Defaults to 2D and describes how to write SEEN-BY and PATH into echomail.
  790.     Please use modes higher than 2D only with other JetMail systems.
  791.  
  792. OutboundMode     [2D|3D|3Dpoint|4D|5D]
  793.  
  794.     Defaults to 5D. This one should be used by systems with links which are
  795.     using mailers which are not domain/zone/point aware, because Binkley-ST
  796.     takes the first own address as default template to expand the received
  797.     remote address. OutboundMode is very useful if having links in a domain
  798.     which isn't your default domain and they're using mailers which aren't
  799.     domain/zone/point aware. Or a foreign point is a link of you and he/she
  800.     presents his/her fakenet address, 'cause he is using a BinkleyTerm-ST
  801.     version below 3.00
  802.     
  803.     Examples:
  804.     
  805.     Presented remote's address | OutboundMode
  806.     ---------------------------+-------------
  807.     24596/5                    | 2D
  808.     2:24596/5                  | 3D
  809.     245/96.5                   | 3Dpoint
  810.     2:245/96.5                 | 4D
  811.     2:245/96.5@fidonet.org     | 5D (default)
  812.  
  813. NetmailType      [2D|3D|4D]
  814.  
  815.     Describes how to export netmail. Defaults to 4D which means that for point 
  816.     addressing FMPT/TOPT and INTL lines are written into the mail (standard). 3D 
  817.     uses the fakenet to generate the message header (containing a INTL kludge if 
  818.     the mail leaves the zone). 2D only writes the fakenet into the message-
  819.     header.
  820.  
  821.     There is no difference between 4D and 3D for nodes. The difference between
  822.     3D and 2D is the existence of an INTL line when the mail leaves the zone.
  823.   
  824. EchomailType     [2D|3D|4D]
  825.  
  826.     Same as NetmailType, but for Echomail.
  827.  
  828.     NOTE: You don't need a fakenet if you specify all kind of address modes 4D
  829.     or higher.
  830.   
  831. ExtraNetmail
  832.  
  833.     Send netmail unbundled in an extra packet. Standard is to put netmail and
  834.     echomail into one packet.
  835.  
  836. RouteNetmail
  837.     
  838.     Normally, netmail for Links or their points are sent direct to them. With
  839.     this flag, you can force JetMail to route the mail via the ROUTE-TO lines
  840.     of ROUTE.JM. According to Joerg, this feature is sometimes (seldom?, hint)
  841.     useful, if you have a protected session partner, but you don't want to
  842.     force him to call you for mail.
  843.     
  844. DummyPacket
  845.  
  846.     When using the POLL command in the routing file, JetMail generates an empty
  847.     packet (you know this from ACS) if using DummyPacket. Otherwise JetMail only
  848.     writes an OFT files of 0 byte length.
  849.   
  850.     Especially some FD systems need this dummy packets because they don't send
  851.     mail to you if you don't send mail to them :-))
  852.     
  853.     If you are using Semper, the fantastic mailer by Jan Kristen, then you have
  854.     to use DummyPacket in conjunction with POLL, because Semper doesn't
  855.     recognize empty OFT files as a reason to poll that system.
  856.  
  857. AutoArea        [group]
  858.  
  859.     Adds an non-existing area automatically to your AREAS.BBS file as and
  860.     connects the system. If not set, messages in unknown areas from this link
  861.     are trashed. You can define the group which the new area will get. This
  862.     should be used to prevent a FidoNet link to connect to an NeST area which
  863.     was automatically added.
  864.  
  865. AutoDArea       [group]
  866.  
  867.     Same as AutoArea, but adds the areas to the DAREAS.BBS as passthrough
  868.     area.
  869.  
  870. FwdRequests
  871.  
  872.     Allows forward requests of areas which aren't available at your system to
  873.     other systems. This part of the AreaFix isn't finished. He will reply to
  874.     the link that the request is forwarded but it really isn't. You have to
  875.     request the area manually.
  876.     
  877. NoNotify
  878.     
  879.     Deactivates NOTIFY for this link. For nearer information, look into
  880.     the chapter about the command line.
  881.  
  882. Passive         [groups]
  883.  
  884.     Defines that the link is on vacation and wants to get only the mail
  885.     addressed to him. If <groups> is specified, only the areas of the
  886.     specified groups are passive for that link.
  887.  
  888. CrashOK
  889.  
  890.     Allows JetMail to sent Crashmails to this link (point). This flag should
  891.     be used for points which are 24 hours online. This point must be listed.
  892.  
  893. Groups          <string>
  894.  
  895.     <string> determines to which areas the link can connect. If the group char
  896.     of an area matches one char in the string then the link is allowed to 
  897.     connect to this area. The group char has to be defined with the
  898.     Group command (see above).
  899.   
  900. Aka             <full_5D_address> [fakenet] [{groups}]
  901.  
  902.     Defines an AKA for this link. What happens is that JetMail makes a copy of
  903.     the link structure and substitutes fakenet and groups in the copy with the
  904.     values from the AKA statement.
  905.   
  906.     Example:
  907.   
  908.     Aka 90:400/0@nest.ftn {Nn}
  909.     Aka 2:245/90@fidonet.org 25090 {ABC}
  910.     
  911.     ATTENTION: If you use AutoArea or AutoDArea with their optional
  912.                parameter, the default group is NOT copied to the aka
  913.                link. Instead, the first group of the {} definition is
  914.                taken.
  915.  
  916. RouteAka        <full_5D_address> [fakenet] [{groups}]
  917.  
  918.     Same as Aka, but sets the RouteNetmail flag in the link copy.
  919.                 
  920. UseAlias        <full_5D_address>
  921.  
  922.     Use <full_5D_address> for packet and message header to this link. The
  923.     address has to be one of your aliases.
  924.   
  925.     This is usefull for coordinators which more than one address in a domain. 
  926.     For example, i've the addresses
  927.   
  928.     Address 90:4/0@nest.ftn
  929.     Address 90:400/0@nest.ftn
  930.     Address 90:400/100@nest.ftn
  931.   
  932.     When sending mail to a link, JetMail will normally use the first alias with
  933.     the correct domain from this table for all links. But this can cause
  934.     difficulties if points of me get mail with headers like this:
  935.     
  936.     90:4/0@nest.ftn -> 90:400/100.1@nest.ftn
  937.     
  938.     With UseAlias 90:400/100@nest.ftn in the link defintion for this point the
  939.     right header will be set.
  940.     
  941.     For HUBs which poll me, i'll set UseAlias 90:400/0@nest.ftn
  942.     
  943.     NOTE: Don't use Aka and UseAlias in one link definition.
  944.  
  945. RemoteAreaFix   <arealistname> [<areafixname>] [!<pwd>]
  946.  
  947.     This one is to make this system available for automatic area
  948.     request forwarding and to tell JetMail's AreaFix where a list of
  949.     areas is located which are available on this link. This list will
  950.     be included in your own list of available areas on your system.
  951.     
  952.     The arealist can also be a arealist returned by a JetMail system
  953.     if used %LIST. All you have to do is to name the list with the
  954.     extension '.JET' that JetMail knows, that this is a JetMail format
  955.     list. Also, you have to remove the whole header and footer of the
  956.     message returned by %LIST and concatenate all broken descriptions so
  957.     that one line in a *.JET file contains ONE (not more, not less)
  958.     area descriptions.
  959.     
  960.     You can use "+" instead of a filename to mark a default forward host.
  961.     If you define more than one default host, the last one is choosen.
  962.     
  963.     The optional parameter <areafixname> is to define the name of the
  964.     AreaFixer on this link if it's different from "AreaFix"
  965.     
  966.     !<pwd> is an optional parameter which is useful if the remote
  967.     AreaFix is not domain aware and protects all areas from other
  968.     domains than the default one with a special password (like ACS does).
  969.     Forward requests will look like:
  970.     
  971.     NEST_AREA !pwd
  972.     
  973.     Note that all areas in the forward list for this link must be
  974.     protected with the same password.
  975.     
  976.     ATTENTION: The <pwd> parameter HAS to be leaded by "!"
  977.  
  978. RemoteAFpassword <pwd>
  979.  
  980.     This statement is used to specify the password you must use with
  981.     the remote's AreaFix.
  982.  
  983. NoReAddress
  984.  
  985.     Disables automatic Re-Addressing for this link (point). See also
  986.     the description of "ReAddress".
  987.  
  988. AutoConnect <patterns...>
  989.  
  990.     This one lets JetMail connect all matching links to a new area
  991.     received from this link. This is useful (e.g.) for RCs who want to
  992.     distribute a new echo automatically to all other RCs.
  993.     
  994.     Example:
  995.     
  996.     Link 90:101/0@nest.ftn
  997.        ...
  998.        AutoDArea N
  999.        AutoConnect 90:400/{[1-4]00} 90:7/0
  1000.        ...
  1001.     LinkEnd
  1002.     
  1003.     This would connect Joerg's hubs and NeST Italy to every new NeST
  1004.     area Joerg receives from James Partner (90:101/0@nest.ftn).
  1005.  
  1006. NoRoute
  1007.  
  1008.     This option prevents routing any netmails to this link. This switch
  1009.     is invented for systems running gateways under a point address. The
  1010.     netmails to this link are copied to the netmail are with the
  1011.     InTransit and Orphan flags.
  1012.  
  1013. MaxPktSize
  1014.  
  1015.     Sets the maximum PKT size for that link. See also "StdMaxPktSize".
  1016.  
  1017.  
  1018. RECOGNIZED FLAGS IN AREAS.BBS
  1019. =============================
  1020.  
  1021. Scanning AREAS.BBS is one of the part of JetMail which is not as fast as the
  1022. name promises. The reason is that up to now, we don't have a binary AREAS.SYS
  1023. format. This means that every entry must be parsed and checked if it is a valid
  1024. link. But be hopeful, it's not for now and forever.
  1025.  
  1026. You needn't specfify domains in the AREAS.BBS file unless your configuration 
  1027. doesn't has two links with same numbers in different domains. JetMail will guess
  1028. the right domain from the link definition. JetMail will issue a warning when 
  1029. no link is defined for an entry in the AREAS.BBS.
  1030.  
  1031. Scanning the connected links is intelligent. Lines like the following are
  1032. possible and will lead to the expected result.
  1033.  
  1034. ATARI.GER 2:245/52@fidonet.org 96.1 .2 .3 .4 240/36 605 245/23
  1035.  
  1036.  
  1037.  
  1038. -MinMsgs        <number>
  1039.  
  1040.     Number of messages which will in all cases stay in the area even if they
  1041.     are older than specified by the -Days statement.
  1042.  
  1043. -MaxMsgs        <number>
  1044.  
  1045.     Maximum number of messages in the area.
  1046.     
  1047. -DAYS           <number>
  1048.  
  1049.     Messages older than <number> of days will be deleted on crunching.
  1050.     
  1051.     If you specify -DAYS 0, no messages will be deleted.
  1052.   
  1053.     All these values default to the messages settings in the configuration
  1054.     file if undefined in AREAS.BBS.
  1055.  
  1056. -Desc           <string>
  1057.  
  1058.     Description of the area. This one is send to users within AreaFix
  1059.     requests.
  1060.   
  1061. -ORIGIN         <string>
  1062.  
  1063.     Use <string> as origin for this area.
  1064.     
  1065. -Passthrough
  1066.  
  1067.     Area is Passthrough. Messages are distributed to the connected links but not
  1068.     saved into the local messagebase. This flag is only implemented to remain
  1069.     compatibility with ACS. JetMail uses the DAREAS.BBS file to store information
  1070.     about passthrough areas.
  1071.   
  1072. -ReadOnly
  1073.  
  1074.     This area is readonly. Only the sysop is allowed to send messages in this
  1075.     echo. Mail from other systems is trashed.
  1076.  
  1077. -Remote         <patterns>
  1078.  
  1079.     The patterns specify the systems which are allowed to send mails for
  1080.     this area. -Readonly has priority over -Remote.
  1081.     
  1082.     Example:
  1083.     
  1084.     -Remote 2:243/* 2:245/*
  1085.  
  1086. -NoRemote       <patterns>
  1087.  
  1088.     This is the negation of -Remote and works only in conjunction with it.
  1089.     
  1090.     Example:
  1091.     
  1092.     -Remote    2:243/*
  1093.     -NoRemote  2:243/114
  1094.     
  1095.     This pair allows all systems in net 243 except 243/114 to write in the
  1096.     area.
  1097.  
  1098. -Local
  1099.  
  1100.     BBS-only echo. Not scanned by JetMail.
  1101.   
  1102. -Group          <character>
  1103.  
  1104.     Classifies the group for this area. Only links with the appropiate group
  1105.     string can connect. Areas with no group specified can be connected by every
  1106.     link. Please note the problems if doing so: A link can connect a NeST area
  1107.     under his FidoNet address if the NeST areas aren't protected by special
  1108.     groups.
  1109.   
  1110. -UseAlias       <full_5D_address>
  1111.  
  1112.     Use this address for generating Origin/MSGID when scanning locally entered 
  1113.     messages.
  1114.   
  1115. -NoCPP
  1116.  
  1117.     Deactivates the (C)ircular (P)ath (P)rotection. This feature checks for
  1118.     duplicate system addresses in the PATH line. Trash message if so. Should not
  1119.     be used by ZoneGates. -NoCPP disables this check.
  1120.  
  1121. -Signature      <filename>
  1122.  
  1123.     Take signature from the file for locally entered messages. Like the 
  1124.     .signature file for UseNet newsreaders.
  1125.     
  1126.     ATTENTION: To prevent problems with automatic netmail utilities,
  1127.                JetMail doesn't append -Signatures in netmails to
  1128.                AreaFix, JetMail AreaFix, AreaMgr or FileFix.
  1129.  
  1130. -StripSeenby
  1131.  
  1132.     Strip SEEN-BY lines in this areas. Only usefull for ZoneGates.
  1133.     !!!!!!!!!!!!!!!!!! Must be permitted from the ZC !!!!!!!!!!!!!!
  1134.     If you've got a permission, you should contact us. You'll get a special
  1135.     JETMAIL.KEY which enables this feature.
  1136.  
  1137. -NoSaveSeenby
  1138.  
  1139.     Same as global command NoSaveSeenby, but only for that specific
  1140.     area.
  1141.     
  1142.     ATTENTION: Rescanning of this area is no longer possible!
  1143.  
  1144. -Pseudonym <name>
  1145.  
  1146.     This one lets you use a pseudonym in an area when exporting
  1147.     locally entered messages. The From: field is filled with this
  1148.     <name>.
  1149.  
  1150. -AllowPvt
  1151.  
  1152.     This one allows private messages in this area. If not used, the
  1153.     Pvt flag is stripped while the next crunching process of this area
  1154.     or while scanning this message.
  1155.  
  1156. -NoHistory
  1157.  
  1158.     This flag prevents the area to be listed in the JetMail history
  1159.     files and JetStat charts.
  1160.  
  1161. -NoConnect [patterns...]
  1162. -NoDisconnect [patterns...]
  1163.  
  1164.     These ones are to avoid connecting/disconnecting via AreaFix for
  1165.     the systems matching one of the patterns. If no pattern is
  1166.     specified, nobody can (dis)connect.
  1167.     
  1168.     -NoConnect implies -NoForce
  1169.  
  1170. -ForcePvt
  1171.  
  1172.     This one lets JetMail set ALWAYS the Private flag of all messages
  1173.     in this area when crunching it.
  1174.     
  1175.     ATTENTION: This area MUST have the -Local flag set!
  1176.  
  1177. -Password <pwd>
  1178.  
  1179.     This one is to set a special area password. This password has to
  1180.     be specified when connecting this area after a "!" sign.
  1181.  
  1182. -NoDeleteUnread
  1183.  
  1184.     Same as the global NoDeleteUnread, but only for THIS area.
  1185.  
  1186. -GateTo <areas...>
  1187.  
  1188.     With this option you can gate the area with others.
  1189.  
  1190. -ForceConnect <patterns...>
  1191.  
  1192.     This option forces certain links to connect to this area. A matching
  1193.     ForceConnect pattern implies a -NoDisconnect for this link.
  1194.     
  1195.     Example: -ForceConnect 90:?/0@nest.ftn
  1196.     
  1197. -NoForce <patterns>
  1198.  
  1199.     This command is used to make exceptions to -ForceConnect
  1200.  
  1201. -NoExport
  1202.  
  1203.     Avoid SCANning this area. This is useful if an echo is read-only
  1204.     for YOU and you want to prevent sending messages by mistake.
  1205.  
  1206. -OriginalEcho <name>
  1207.  
  1208.    With this option, you can define the <name> of the area under which the
  1209.    area is known to the network. So you can run UseNet's COMP.SYS.ATARI.ST
  1210.    as CSAST by defining:
  1211.    
  1212.    -OriginalEcho COMP.SYS.ATARI.ST
  1213.    G:\MSGBASE\INTERNET\CSAST CSAST  2:2456/95@fidonet.org
  1214.    
  1215.    So, LED users are able to distinguish very long area names.
  1216.  
  1217.  
  1218. ROUTING / EVENTS
  1219. ================
  1220.  
  1221. All kind of routing information is hold in an extra file names ROUTE.JM in the
  1222. system directory. In this file, you will define the mail flavour for systems.
  1223. You can change mail flavour to certain times with the Event feature. Mail
  1224. flavour can be defined seperately for Netmail and Echomail.
  1225.  
  1226. Please note, that all matching of addresses is done on a 5D basis. You will
  1227. find some examples later in this chapter.
  1228.  
  1229. Wildcards
  1230. ---------
  1231.  
  1232. JetMail accpets the following wildcards:
  1233.   
  1234. *               : matches anything
  1235. ALL             : same as *, but only active in ROUTE.JM
  1236. ?               : matches one char
  1237. [x-y]           : matches characters x through y
  1238. {str1,..,strN}  : matches str1 through strN
  1239.                   (where the strings CAN'T contain wildcards).
  1240.  
  1241. Examples:
  1242.   
  1243. 2:245/5[0-18-9]
  1244.   
  1245. is matched by 2:245/50, 2:245/51, 2:245/58 and 2:245/59
  1246.   
  1247. 2:243/{95,600}
  1248.   
  1249. is matched by 2:243/95 and 2:243/600
  1250.  
  1251. Events
  1252. ------
  1253.  
  1254. You can enable parts of the routing file only to specific times by enclosing
  1255. lines with Event ... EndEvent. The exact syntax is:
  1256.  
  1257. Event Day <start_time> <end_time>
  1258.  
  1259.     routing information
  1260.  
  1261. EndEvent
  1262.  
  1263.     Times are in the format hh:mm. Allowed days are: Mon, Tue, Wed, Thu, Fri, 
  1264.     Sat, Sun, WkDay and WkEnd. WkDay means from Mon to Fri and WkEnd stands for
  1265.     Sat and Sun. A syntax like Mon|Tue isn't possible at the moment. Only events
  1266.     with the All identifier may extend over midnight. The lines between Event
  1267.     and EndEvent are only parsed when system time is between start_time and 
  1268.     end_time. 
  1269.     
  1270.     ATTENTION: Place the events to the end of of ROUTE.JM, because the LAST rule
  1271.     is taken!
  1272.     
  1273. Changing of mail flavour
  1274. ------------------------
  1275.  
  1276. CHANGE          <flavour> TO <flavour>  <links>
  1277.  
  1278.     where <flavour> is one of the following: HOLD, NORMAL and CRASH. links must be
  1279.     defined in the link section of CONFIG.JM otherwise JetMail issues a warning.
  1280.     
  1281.     This command only affects bundles, packets and file requests, but not file-
  1282.     attaches and TICs (?FT).
  1283.  
  1284. CHANGE-FILE     <flavour> TO <flavour>  <links>
  1285.  
  1286.     Same as CHANGE but for fileattaches (?FT).
  1287.  
  1288.  
  1289. Routing
  1290. -------
  1291.  
  1292. ROUTE-TO        <destination-link> <patterns>
  1293.  
  1294.     Every netmail which destination address matches one of the <patterns> is
  1295.     routed to the <destination-link>. 
  1296.     
  1297.     Every <pattern> must match a 5D address. Some parts of a <pattern> are set
  1298.     by JetMail if not specified so that the pattern will match a 5D address.
  1299.     
  1300.     a) JetMail takes a missing zone from your first alias.
  1301.     
  1302.     b) A missing domain is taken from the first link with the same zone as in
  1303.        the pattern.
  1304.     
  1305.     c) If point is missing, * is taken.
  1306.     
  1307.     Example:
  1308.     
  1309.     245/52      -> 2:245/52.*@fidonet.org
  1310.     2:245/52.0  -> 2:245/52.0@fidonet.org
  1311.     90:101/0    -> 90:101/0.*@nest.ftn 
  1312.     90:*        -> 90:*.*@nest.ftn
  1313.     90:400/*    -> 90:400/*.*@nest.ftn
  1314.  
  1315.     Please note that specifying .0 in a <pattern> will cause only mail to THIS 
  1316.     system routed to <destination-link>. Mail to points of this node don't pass 
  1317.     the pattern matcher!!!!!!
  1318.     
  1319.     Specify FIRST the GENERAL routing and then the special cases (like in
  1320.     ACS and in opposite to IOS).
  1321.  
  1322. FORWARD-FROM    <patterns...>
  1323. FORWARD-TO      <patterns...>
  1324.  
  1325.     to limit netmail distribution only from/to certain portions of the
  1326.     whole network. If these statements aren't used, all netmail is
  1327.     routed to all destinations.
  1328.  
  1329. HOLD-FOR        <patterns...>
  1330.  
  1331.     Put NETmail on hold for all systems matching <patterns>.
  1332.  
  1333. CRASH-TO        <patterns...>
  1334.  
  1335.     Send NETmail to systems matching <patterns> crashed.
  1336.  
  1337. IMMEDIATE-TO    <patterns...>
  1338.  
  1339.     Send NETmail immediately to systems matching <patterns>.
  1340.  
  1341. DIRECT-TO       <patterns...>
  1342.  
  1343.     Send netmail to systems matching <patterns> directly to the
  1344.     destination system, same as if you set the Direct extended message
  1345.     flag.
  1346.     
  1347.     This command is the same as NO-ROUTE in ACS and others.
  1348.  
  1349. POLL            <links...>
  1350.  
  1351.     POLL defines, that you want to poll these links. In <links>, you CAN'T
  1352.     use patterns! You have to define the address(es) without * and ?
  1353.     
  1354.     If no bundle or packet is present, an empty flow file (*.OFT) is created
  1355.     to force BinkleyTerm to call these links in the mail events. If DummyPacket
  1356.     is set, JetMail creates an empty packet instead.
  1357.     
  1358.     If using POLL, JetMail generates normal outbound mail (OAT).
  1359.  
  1360. PICKUP          <links...>
  1361.  
  1362.     PICKUP is generally the same as POLL, but it doesn't force Binkley to
  1363.     poll. The links are only polled if mail is waiting for them.
  1364.     If using PICKUP, JetMail generates normal outgoing mail (OAT).
  1365.  
  1366. CRASH           <links...>
  1367.  
  1368.     Tells JetMail that you want to deliver all mail for these links
  1369.     crash. It generates CAT bundles.
  1370.  
  1371. HOLD            <links...>
  1372.  
  1373.     Tells JetMail that you want to put mail for these links on hold.
  1374.     This is the default if no POLL/PICKUP/CRASH is specified for a
  1375.     link. As you may already noticed, this statement is obsolete but
  1376.     is left in JetMail to remain highest compatibility to routefiles
  1377.     of other software.
  1378.     
  1379.     To make the differences clear between the statements with and
  1380.     without FOR/TO, some examples:
  1381.     
  1382.     DIRECT-TO 2:245/52.0@fidonet.org
  1383.     
  1384.     Puts echomail on hold (default) for the link and sends netmail as a normal
  1385.     mailpacket.
  1386.     
  1387.     POLL 2:243/95@fidonet.org
  1388.     CRASH-TO 2:243/95@fidonet.org
  1389.     
  1390.     NORMAL ECHOmail and sends NETmail CRASHed. If binkley runs an
  1391.     appropriate event, the poll is done wether you have mail to send
  1392.     or not.
  1393.         
  1394.     CRASH 2:243/95@fidonet.org
  1395.     HOLD-FOR 2:243/95@fidonet.org
  1396.     
  1397.     Sends ECHOmail CRASH to the link and puts NETmail on HOLD.
  1398.     
  1399.     HOLD-FOR/CRASH-TO/DIRECT-TO and IMMEDIATE-TO statements applies
  1400.     BEFORE routing!!!
  1401.     
  1402. DENY            <patterns>
  1403.  
  1404.     Don't process mail from systems matching <patterns>. The packets are
  1405.     renamed to *.DEN and imported, if no DENY is active for the originating
  1406.     system anymore. This statement can be used in mail events when
  1407.     using small call slots and your machine should not be busy
  1408.     processing received mail.
  1409.  
  1410. MOVE-MAIL       <destlink> <links...>
  1411.  
  1412.     All mail packets for <links...> are compressed into the bundle
  1413.     of <destlink>. This is useful for links with more than one network
  1414.     address, but his mailer can't handle this properly.
  1415.  
  1416. FILE-FROM       <patterns>
  1417.  
  1418.     Allows file routing from all systems matched by <patterns>.
  1419.  
  1420. FILE-TO         <patterns>
  1421.  
  1422.     Allows file routing to all systems matched by <patterns>.
  1423.  
  1424. FILE-MAX        <val> <patterns>
  1425.  
  1426.     Only files smaller than <val> in kilobytes (1024 bytes) are routed
  1427.     from/to the systems matched by <patterns>.
  1428.  
  1429. HOLD-MAX        <val> <patterns>
  1430.  
  1431.     This one defines the maximum amount of mail laid on hold for links
  1432.     matching <patterns>. <val> must be defined in kilobytes (1024 bytes).
  1433.     If a link exceeds his limit, the link flag "Passive" is set.
  1434.  
  1435. USE-ALIAS       <alias> <patterns>
  1436.  
  1437.     This one advises JetMail to use <alias> as From-address in netmail
  1438.     messages destinated to systems which match the specified patterns.
  1439.     This feature is similar to ACS's Key command.
  1440.  
  1441. EXCEPT          <patterns>
  1442.  
  1443.     With this command you can define exceptions to a one of these
  1444.     preceeding commands:
  1445.     
  1446.     HOLD-FOR
  1447.     DIRECT-TO
  1448.     CRASH-TO
  1449.     IMMEDIATE-TO
  1450.     DENY
  1451.     FILE-FROM
  1452.     FILE-TO
  1453.     FILE-MAX
  1454.     HOLD-MAX
  1455.     FORWARD-FROM
  1456.     FORWARD-TO
  1457.     
  1458.     Example: You want to delived netmail to the USA directly to it's
  1459.     destination. But netmail to net 205 should go it's normal route
  1460.     path. Then you have to define
  1461.     
  1462.     DIRECT-TO 1:ALL@fidonet.org
  1463.     EXCEPT 1:205/ALL@fidonet.org
  1464.  
  1465.  
  1466. STATISTICS
  1467. ==========
  1468.  
  1469. JetMail will write a statistic of inbound/outbound mail traffic and traffic
  1470. in the areas into the files INBOUND.HIS, OUTBOUND.HIS, ECHOMAIL.HIS and
  1471. TOP10.TXT
  1472.  
  1473. Simply try the JetStat programm. It's really nice. It must be placed
  1474. to the same place of JETMAIL.TTP if the environment variable JETMAIL
  1475. is NOT set.
  1476.  
  1477. You can pass "ASCII" to JetStat in the command line. The boxes of TOP10.TXT
  1478. are then drawn with ASCII characters.
  1479.  
  1480.  
  1481. COMMANDLINE
  1482. ===========
  1483.  
  1484. JetMail accepts the following options on the commandline (you can use more
  1485. than one of them at the same time seperated by a blank):
  1486.  
  1487. IMPORT/TOSS
  1488.     
  1489.     Import mail packets and distribute to connected systems. Don't bundle
  1490.     the packets. They just stay as *.TMP files in the outbound folders.
  1491.  
  1492. BUNDLE
  1493.  
  1494.     Bundles all *.TMP files in the outbound folders.
  1495.  
  1496. PACK
  1497.  
  1498.     Scan netmail for messages and export them.
  1499.  
  1500. SCAN
  1501.  
  1502.     Scan changed echomail areas for messages and export them.
  1503.     The archive bit will be used for determining if the area has been
  1504.     changed.
  1505.     
  1506.     Because of a "misdesign" in TOS versions below 1.04, JetMail isn't
  1507.     able to detect changed areas and because of this, SCAN will act
  1508.     like SCANALL.
  1509.  
  1510. SCANALL
  1511.  
  1512.     Same as scan. But scan all echomail areas.
  1513.  
  1514. MAINT/CRUNCH
  1515.  
  1516.     Crunch messagebase according to days/max and minmessages.
  1517.     
  1518.     Example of a logfile line:
  1519.     
  1520.     - 23:27:00  NET_DEV (8/175)
  1521.     
  1522.     In NET_DEV, 8 messages were deleted and 175 are remaining.
  1523.  
  1524. NOTIFY
  1525.  
  1526.     Sends a netmail to all links with their link parameters like Arcmailtype,
  1527.     Packettype, used AKA for this system and link flags like Passive, AutoArea,
  1528.     FwdRequests and Dummypacket status. It also sends a little inbound/outbound
  1529.     statistic.
  1530.     
  1531.     NOTE: The notify message is only send to links, for which the
  1532.           "NoNotify" flag is NOT active.
  1533.  
  1534. REPORT
  1535.  
  1536.     Writes a system report message into the netmail folder with some
  1537.     configuration data.
  1538.  
  1539. AREA=<name>
  1540.  
  1541.     Limit SCAN and MAINT to <area>.
  1542.  
  1543. LABEL=<name>
  1544.  
  1545.     Activate label <name> in the ROUTE.JM files.
  1546.     
  1547.     Labels are used as following:
  1548.     
  1549.     Label <name>
  1550.     [commands]
  1551.     EndLabel
  1552.  
  1553. REMOVE=<name>
  1554.  
  1555.     Allows you to remove an area from [D]AREAS.BBS. All links of that
  1556.     area will get an automatic AreaFix disconnect request.
  1557.     
  1558. +wait
  1559. -w
  1560. /w
  1561.  
  1562.     Wait for keypress after execution
  1563.     
  1564. +logfile <filename>
  1565. -l <filename>
  1566. /l <filename>
  1567.  
  1568.     specify other logfile.
  1569.     
  1570. ALL
  1571.  
  1572.     Short for IMPORT SCAN PACK BUNDLE MAINT
  1573.  
  1574.  
  1575. JETMAIL INTERFACE FOR ROUTING FILES
  1576. ===================================
  1577.  
  1578. JetMail has a build in interface for routing files. JetMail will look for
  1579. a special netmail message flag and when scanning the netmail. Please
  1580. contact Daniel Roesen (2:2456/114@fidonet.org or 90:400/602@nest.ftn
  1581. or 51:601/111@atarinet.ftn) for further information.
  1582.  
  1583.  
  1584. JETMAIL NETMAIL GATEWAY TO OTHER DOMAINS
  1585. ========================================
  1586.  
  1587. There is a built in interface to send mails to other domains in FidoNet
  1588. technology networks for systems which no direct access to this network.
  1589.  
  1590. Example: Daniel Roesen had no NeST access. But he wanted to send mail to some
  1591. NeST system (and he doesn't know the FidoNet address). His boss (or the host
  1592. of net 2456) bounced the mail back to Daniel because their messagetrackers
  1593. didn't know anything about zone 90.
  1594.  
  1595. What could he do? It's very easy. He just wrote a netmail like this:
  1596.  
  1597. From: Daniel Roesen on 2:2456/114
  1598. To:   Gateway on 2:243/6007
  1599. ------------------------------------------------------------------------------
  1600. To: Daron Brewood % 90:1/0@nest.ftn
  1601.  
  1602. Hi Daron, ..............
  1603.  
  1604.  
  1605. JetMail changes the message to
  1606.  
  1607. From: Gateway on 90:4/0
  1608. To:   Daron Brewood on 90:1/0
  1609. ------------------------------------------------------------------------------
  1610. From: Daniel Roesen % 2:2456/114@fidonet.org
  1611.  
  1612. and distributes it to the destination address. If Daron decides to reply he just
  1613. changes the word From: to To:
  1614.  
  1615. You can leave out the '%' if you want, JetMail understands both formats.
  1616.  
  1617.  
  1618. JETMAIL SERVER
  1619. ==============
  1620.  
  1621. JetMail has a built-in remote maintenance function for your system. If you know
  1622. FDServer (FrontDoor), you should know what I mean.
  1623.  
  1624. The server function is activated with
  1625.  
  1626. ServerPassword  <password>
  1627.  
  1628. You can write a netmail to "JetMail Server" on your own system with this
  1629. password in the subject line. The whole contents of the message (without kludges
  1630. is written to a file SERVER.BAT in the JetMail system directory.
  1631.  
  1632. This Batchfile can be executed by your main BBS batchfile.
  1633.  
  1634. ATTENTION:  If JetMail receives a server netmail, the contents is APPENDED
  1635.             to a probably existing SERVER.BAT, so you have to delete the file
  1636.             in your main BBS batchfile.
  1637.  
  1638.  
  1639. MENTAL SUPPORT:
  1640. ===============
  1641.  
  1642. This software was written while listening to:
  1643.  
  1644. Rage against the machine
  1645. Clawfinger
  1646. Dream Theater
  1647. U2
  1648. Pearl Jam
  1649. Guns N' Roses
  1650. Red Hot Chilli Peppers
  1651. Sophie B. Hawkins
  1652. Joe Satriani
  1653. Soul Asylum
  1654. MTV
  1655. etc...
  1656.  
  1657. Special thanx to the Jack Daniel's distillery for their great stuff!
  1658. ;-)
  1659.