home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / comm / Fido / MailManager / Config / Example.CFG
Text File  |  1995-06-27  |  23KB  |  785 lines

  1.  
  2. ;#DEFSYSOPNAME "<SysopName>"
  3. ; This is the default SysopName, used if you do not specify a SysopName for the area.
  4.  
  5. #DEFSYSOPNAME "Pino Aliberti"
  6.  
  7.  
  8. ;#SYSOPNAME <Label> "<SysopName>"
  9. ; Here you have to list all your SysopNames
  10.  
  11. #SYSOPNAME MMMaster "MM Master"
  12.  
  13.  
  14. ;#ADDRESS <Address> <FakeNet>
  15. ;#AKA     <Address> <FakeNet>
  16. ; Here you have to list all YOUR addresses
  17. ; If you use #AKA, the address won't be scanned in the search of the nearest Address
  18.  
  19. #ADDRESS  2:335/602.2@fidonet  0
  20. #ADDRESS  39:102/10.0@amiganet 10210
  21. #AKA      39:102/1.2@amiganet  1021
  22.  
  23.  
  24.  
  25. ;#GROUP <Label>
  26. ; Here you have to list all the group Labels
  27.  
  28. #GROUP netmail
  29. #GROUP fidonet
  30. #GROUP amiganet
  31. #GROUP amiganetpoints
  32. #GROUP bad
  33.  
  34.  
  35. ;#ARCHIVER <Label> <Offset> "<Pattern>" "<Crunch Command>"  "<Decrunch Command>"
  36. ; Mail Manager is able to self recognize different archivers.
  37. ; <Label> is the Label of the archiver used in the #NODE lines
  38. ; <Offset> is the position of the pattern within the archive
  39. ; <Pattern> is the pattern that identifies a type of archive
  40.  
  41. #ARCHIVER    LZX    0    "LZX"    "BIN:LZX -X0 a"    "BIN:LZX -X0 x"
  42. #ARCHIVER    LHA    2    "-lh"    "BIN:LhA a"    "BIN:LhA x"
  43. #ARCHIVER    ZIP    0    "PK"    "BIN:LhA a"    "DH0:CMP/UnZip -x"
  44. #ARCHIVER    ZOO    0    "ZOO"    "BIN:Zoo a"    "BIN:Zoo x"
  45. #ARCHIVER    ARC    0    ""    "BIN:Arc a"    "BIN:Arc x"
  46.  
  47.  
  48.  
  49.  
  50. ;#NODE <Address> <Addr Type> <PKT Type> <Echo Flavor> <Tick Flavor> <Archiver>
  51. ;Group <GroupLabel> <GroupLevel>
  52. ;Group <GroupLabel> <GroupLevel>
  53. ;...
  54. ;PacketPw   "<Password>"
  55. ;AreaFixPw  "<Password>"
  56. ;TickPw     "<Password>"
  57. ;UserFlags  "<Flags>"
  58. ;CanCreateAreas <Path> <Address> <MsgBase> <GroupLabel> <GroupLevel>
  59. ;
  60. ;
  61. ; Here you have to list the addresses of all the Nodes that send/receive mail from you
  62. ; <Address>    : Is the Address of the node in 5D format
  63. ; <Addr Type>  : ADDR2D/ADDR4D/ADDR5D Type of Seen-By/Path lines
  64. ; <PKT Type>   : PACK3D/PACK4D/PACK5D Type of PKT
  65. ; <Echo Flavor>: NORMAL/DIRECT/CRASH/HOLD/VIRTUAL Flavor of ECHOMAIL Packets
  66. ;         Packets will never be created for a VIRTUAL node
  67. ; <Tick Flavor>: NORMAL/DIRECT/CRASH/HOLD/VIRTUAL Flavor of TICK Files
  68. ;         Tick Files will never be created for a VIRTUAL node
  69. ; <Archiver>   : Is the archiver used for crunching mail for this node
  70. ;
  71. ;
  72. ; the "Group" lines list the Groups the Node is linked to
  73. ;  <GroupLabel>  : is the Label of the group
  74. ;  <GroupLevel> : is the access level of this node within the group
  75. ;
  76. ; the "PacketPw" line sets the password inserted inside PKTs for this node ( max 8 chrs !!! )
  77. ;
  78. ; the "AreaFixPw" line sets the AreaFix Password of the Node.
  79. ;
  80. ; the "TickPw" line sets the Tick Password of the Node.
  81. ;
  82. ; the "UserFlags" line could be used for storing custom flags for the Node
  83. ;
  84. ; If you specify a "CanCreateAreas" line the node can create new areas automatically.
  85. ;  <Path>        is the Path where MM will create the the New Area Directory
  86. ;  <Address>     is the your Address used in the Area
  87. ;  <MsgBase>     is the type of MsgBase used for the Area
  88. ;  <GroupLabel>   is the Label of the group the Area will belong to
  89. ;  <GroupLevel>  is the access level required for the area within the group
  90. ;
  91.  
  92. #NODE    2:335/602.0@fidonet    ADDR5D    PACK5D    NORMAL    NORMAL    LHA
  93. Group      fidonet 20
  94. PacketPw   "xxx"
  95. TickPw     "xxx"
  96. CanCreateAreas  MAIL:FIDO/  2:335/602.2@fidonet  Compressed  fidonet 10
  97.  
  98. #NODE    39:102/1.0@amiganet    ADDR5D    PACK5D    NORMAL    NORMAL    LHA
  99. Group      amiganet 20
  100. PacketPw   "xxx"
  101. TickPw     "xxx"
  102. UserFlags  "MMAFIX=Test MMMSGTRK=Flags"
  103. CanCreateAreas  MAIL:AMY/  39:102/10.0@amiganet  Compressed  amiganet 10
  104.  
  105. #NODE    39:102/10.1@amiganet    ADDR2D    PACK3D    HOLD    NORMAL    LHA
  106. Group      amiganet 10
  107. Group      amiganetpoints 10
  108.  
  109. #NODE    39:102/10.2@amiganet    ADDR4D    PACK4D    HOLD    HOLD    LHA
  110. Group      amiganet 10
  111. Group      amiganetpoints 10
  112.  
  113. #NODE    39:102/10.3@amiganet    ADDR5D    PACK5D    HOLD    HOLD    LHA
  114. Group      amiganet 10
  115. Group      amiganetpoints 10
  116.  
  117. #NODE    999:999/999.0@virtual    ADDR5D    PACK5D    VIRTUAL    VIRTUAL    LHA
  118.  
  119.  
  120.  
  121.  
  122.  
  123. ;#ROUTING <FromNode> <FromFlavor> <Action> <ToNode> <ToFlavor>
  124. ; Here you have to describe the Routing actions for NETMAIL.
  125. ; <FromNode>   : You can use every AmigaDos wildcard for every field
  126. ; <FromFlavor> : NORMAL/DIRECT/CRASH/HOLD/ALL
  127. ; <Action>     : SEND/ARCHIVE - SEND sends mail uncompressed , ARCHIVE compress MAIL with the configured ARCHIVER
  128. ; <ToNode>     : Must be one of the Nodes listed in the #NODE lines
  129. ; <ToFlavor>   : NORMAL/DIRECT/CRASH/HOLD
  130.  
  131. #ROUTING    *:*/*.*@fidonet            ALL        SEND        2:335/602.0@fidonet     NORMAL
  132. #ROUTING    *:*/*.*@amiganet        ALL        SEND        39:102/1.0@amiganet     NORMAL
  133. #ROUTING    [1-6]:*/*.*@*            ALL        SEND        2:335/602.0@fidonet     NORMAL
  134. #ROUTING    ((39)|(40)|(41)):*/*.*@*    ALL        SEND        39:102/1.0@amiganet     NORMAL
  135. #ROUTING    *:*/*.*@*            ALL        SEND        999:999/999.0@virtual     HOLD
  136.  
  137.  
  138.  
  139.  
  140. ;#INBOUND <dir>
  141. ; It is the directory where MM will look for incoming Bundles, Packets and Files
  142.  
  143. #INBOUND    IN:
  144.  
  145.  
  146.  
  147. ;#OUTBOUND <dir>
  148. ; It is the directory where MM will place outgoing Packets and Flow Files
  149.  
  150. #OUTBOUND    OUT:
  151.  
  152.  
  153.  
  154. ;#BUNDLEDIR <dir>
  155. ; It is the directory where MM will place outgoing Bundles
  156.  
  157. #BUNDLEDIR    OUT:BUNDLES/
  158.  
  159.  
  160.  
  161. ;#TICDIR <dir>
  162. ; It is the directory where MM will place outgoing .TIC files
  163.  
  164. #TICDIR        OUT:TICS/
  165.  
  166.  
  167.  
  168. ;#TEMPPKTDIR <dir>
  169. ; It is the directory where MM will create temporary Packets during the Export operation.
  170. ; It MUST be different from the #INBOUND and #WORKDIR directories
  171.  
  172. #TEMPPKTDIR    OUT:TMPPKTDIR/
  173.  
  174.  
  175.  
  176. ;#BADDIR <dir>
  177. ; It is the directory where MM will move wrong and corrupted incoming Packets and Tick files
  178.  
  179. #BADDIR    BAD:
  180.  
  181.  
  182.  
  183. ;#BACKUPDIR <dir>
  184. ; It is the directory where MM will copy incoming Bundles and Packets before the Import
  185.  
  186. #BACKUPDIR    BAK:
  187.  
  188.  
  189.  
  190. ;#WORKDIR <dir>
  191. ; It is the directory where MM will UnArc incoming Bundles before the Import
  192.  
  193. #WORKDIR    T:
  194.  
  195.  
  196.  
  197. ;#MAILDEV <dir>
  198. ; It is the directory that will be monitored by MM in order to show you the available disk space
  199.  
  200. #MAILDEV    MAIL:
  201.  
  202.  
  203.  
  204. #STATS        "MM:MailManager.Stats"
  205. #USERLIST    "Nodelist:MM.Userlist"
  206. #NODELISTDIR    Nodelist:
  207. #EDITOR        "BIN:ED %s -sticky"
  208. #TEMPFILE    "T:MM.TRANS"
  209.  
  210.  
  211.  
  212. ;#FORWARDTXT "<String>"
  213. ; In the <String> you can insert the following control characters:
  214. ;
  215. ;     \n - NewLine
  216. ;     \q - Quotations Marks (")
  217. ;     \% - Percentage char (%)
  218. ;
  219. ;     %F - Name of the Sender (Name and SurName)
  220. ;     %f - Name of the Sender (Name)
  221. ;     %K - Address of the Sender ( without Domain )
  222. ;     %k - Address of the Sender ( without Point and Domain )
  223. ;     %T - Name of the Addressee (Name and SurName)
  224. ;     %t - Name  of the Addressee(Name)
  225. ;     %S - Subject of the message (Complete)
  226. ;     %s - Subject of the message (First 20 characters)
  227. ;     %D - Date and Time of the message
  228. ;     %d - Date of the message
  229. ;     %X - Current Date and Time
  230. ;     %x - Current Date
  231. ;     %Y - Sysop Name (Name and Surname)
  232. ;     %a - Tag Name of the area
  233. ;     %p - Path of the area
  234. ;     %n - Number of the message
  235. ;
  236. ;  If %F, %f, %T or %t are followed by some text enclosed in two `~'s
  237. ;  this text will be used if the message was directed to or written by
  238. ;  yourself.  For example: "Look what %F~I~ wrote to %T~me~:"
  239.  
  240. #FORWARDTXT     " Message forwarded from Area [%a]\n  Original From: %F\n  Original To  : %T\n  Original Subj: %S\n  Original Date: %d\n\n"
  241.  
  242.  
  243.  
  244.  
  245. ;#DEFPROLOGUE "<String>"
  246. ; This is the default Prologue, used if you do not specify a Prologue for the area.
  247. ; You can use the same ctrl chrs of #FORWARDTXT
  248.  
  249. #DEFPROLOGUE    "Hello %f,\n In a message dated %d you wrote to %T~me~ :\n\n"
  250.  
  251.  
  252. ;#PROLOGUE <Label> "<prologue>"
  253. ; Here you have to list all your Prologues
  254.  
  255. #PROLOGUE    Italiano    "Ciao %f,\n In un messaggio del %d scrivevi a %T~me~ :\n\n"
  256.  
  257.  
  258.  
  259.  
  260. ;#DEFLOGO "<String>"
  261. ; This is the default Logo, used if you do not specify a Logo for the area.
  262. ; If you set this to:  #DEFLOGO ""   MM won't insert a Logo.
  263.  
  264. #DEFLOGO    "\n                      Ciao !\n Pino Aliberti\n 2:335/602.2@fidonet\n 39:102/10.0@amiganet\n aliberti@maui.nervous.com\n\n"
  265.  
  266.  
  267. ;#LOGO <Label> "<logo>"
  268. ; Here you have to list all your Logos
  269.  
  270. #LOGO    Short    "\n    Ciao !\n      Pino\n\n"
  271.  
  272.  
  273.  
  274.  
  275.  
  276. ;#DEFORIGIN "<origin>"
  277. ; This is the default Origin, used if you do not specify an Origin for the area
  278.  
  279. #DEFORIGIN        "Mail Manager, The Last Frontier !"
  280.  
  281.  
  282. ;#ORIGIN <Label> "<origin>"
  283. ; Here you have to list all your Origins
  284.  
  285. #ORIGIN        MMBeta    "Come on Guys, we are the best !"
  286. #ORIGINRANDOM    Random1    "MM:RandomOrigins.TXT"
  287.  
  288.  
  289.  
  290.  
  291. ;#DEFFONT <FontName>/<FontSize>
  292. ; This is the Default Font used for reading msgs.
  293. ; If you do not configure a Default Font MM will use the Fixed Width Font configured with MUI prefs.
  294.  
  295. #DEFFONT MMBrowse/11
  296.  
  297.  
  298. ;#FONT <Label> <FontName>/<FontSize>
  299. ; Here you have to list all the Fonts you want to use for reading msgs in different Areas
  300.  
  301. #FONT IBM    IBM/11
  302. #FONT XHelv    Helvetica/11
  303.  
  304.  
  305.  
  306.  
  307. ;#TICKCOMMAND <Label> "<command>"
  308. ; Here you have to list all the TickCommands you want to use in the Tick Areas
  309. ; Inside the <Command> string you can insert the following control characters:
  310. ;     \n - NewLine
  311. ;     \q - Quotations Marks (")
  312. ;      %s - Sysop Name
  313. ;      %a - Area Tag
  314. ;      %p - Area Path
  315. ;      %P - Area Alternate Path
  316. ;      %u - Area User Flags
  317. ;      %d - File Description
  318. ;      %b - File Size in Bytes
  319. ;      %n - Original File Name ( Only Name )
  320. ;      %N - Original File Name ( with the complete Path )
  321. ;      %m - Destination File Name ( Only Name )
  322. ;      %M - Destination File Name ( with the complete Path )
  323. ;      %r - File replaced ( Only Name )
  324. ;      %R - File replaced ( with the complete Path )
  325. ;      %o - Origin Node
  326. ;      %f - From Node                                        
  327. ;
  328. ;                  ########## WARNINGS ##########
  329. ;
  330. ; -  You cannot use MM ARexx commands inside the TickCommand
  331. ; -  MM checks the return code of the Tick Command.
  332. ;    If it is not = 0 the Tick file won't be processed further.
  333.  
  334. #TICKCOMMAND    DLG    "SYS:REXXC/RX MM:Rexx/MM_DLGUpload %a %p %n %N %o %b \q%u\q \q%r\q %d"
  335.  
  336.  
  337.  
  338. ;#DELETECHAR <char>
  339. ; This character will be inserted in front of the Bundle name before adding
  340. ; it to the Flow Files ( '#' '^' '-' for TrapDoor )
  341.  
  342. #DELETECHAR    #
  343.  
  344.  
  345.  
  346. ;#PREPARSEKLUDGE "<string>"
  347. ; This string will be inserted in front of every kludge line before showing it.
  348. ; You can insert here the following control characters:
  349. ;  \b   = Bold
  350. ;  \i   = Italic
  351. ;  \u   = Underline
  352. ;  \n   = Back to Plain
  353. ;  \<n> = Use pen number <n> (1..9)
  354.  
  355. #PREPARSEKLUDGE "\8"
  356.  
  357.  
  358. ;#PREPARSEQUOTED "<string>"
  359. ; This string will be inserted in front of every quoted line before showing it.
  360. ; You can insert here the same control codes used in #PREPARSEKLUDGE
  361.  
  362. #PREPARSEQUOTED "\3"
  363.  
  364.  
  365.  
  366. #ECHOLEVEL 4
  367. #LOGWINDOW "KCON:0/433/720/107/Mail Manager  Log Window/AUTO/INACTIVE/SCREEN MMScreen"
  368. #LOGLEVEL 4
  369. #LOGFILE "MM:MailManager.Log"
  370.  
  371.  
  372. ; #ARCHIVEFILE "<filename>"
  373. ; This is the default name of the file where MM will Archive Msgs. You can use the same ctrl chrs of #FORWARDTXT
  374. #ARCHIVEFILE "DH0:MISC/ARCHIVE/%a.TXT"
  375.  
  376.  
  377.  
  378. ;#CMDSTACK <Stack Size>
  379. ; This is the StackSize used for calling external commands ( Archivers, Text Editor, Custom Menu Commands
  380. ; and Tick Commands ) from inside MM. Default: 4096 bytes
  381.  
  382. #CMDSTACK 12000
  383.  
  384.  
  385.  
  386. ;#TASKPRI <priority>
  387. ; This is the Task Priority used by MM (valid values are from -20 to +20)
  388.  
  389. #TASKPRI 0
  390.  
  391.  
  392.  
  393. ;#MINFREEMEM <Kbytes>
  394. ; If your free mem is less that this value, MM will free some areas buffers before scanning the next area
  395.  
  396. #MINFREEMEM 2048
  397.  
  398.  
  399.  
  400. ;#MAXPKTSIZE <Kbytes>
  401. ; This is the rough maximum size of a PKT created during Export.
  402.  
  403. #MAXPKTSIZE 512
  404.  
  405.  
  406.  
  407. ;#MAXBUNDLESIZE <Kbytes>
  408. ; This is the VERY rough maximum size of a Bundle created during Export.
  409. ; The Size of a Bundle is checked _before_ adding the PKT.
  410. ; If the size is bigger than MaxBundleSize The PKT will be added to a new bundle
  411.  
  412. #MAXBUNDLESIZE 512
  413.  
  414.  
  415.  
  416. #NUMDUPES 500
  417.  
  418.  
  419.  
  420. ;#AREAORDER CONFIG/ALPHA/GROUPS/TOT/NEW/SYS/UNR/IMP
  421. ; Initial ordering of the Areas shown
  422.  
  423. #AREAORDER CONFIG
  424.  
  425.  
  426.  
  427.  
  428. ;#AREASHOW ALL/TOT/NEW/SYS/UNR/IMP/ECHO/MAIL
  429. ; Initial filter for the Areas shown
  430.  
  431. #AREASHOW TOT
  432.  
  433.  
  434.  
  435.  
  436.  
  437. ;#(NO)KEEPMATRIX
  438. ; By default INTRANSIT messages ( Imported messages not addressed to one of your #ADDRESSes or #AKAs )
  439. ; are flagged as 'DEL' as soon as Mail Manager has exported them. If you want to disable this
  440. ; you have to set #KEEPMATRIX.
  441.  
  442. #NOKEEPMATRIX
  443.  
  444.  
  445.  
  446. ;#(NO)KEEPSYSOP
  447. ; If you set #KEEPSYSOP, messages written or addressed to you won't be deleted by the Mail Manager
  448. ; Delete Function. Of course you can still delete them by setting the 'DEL' flag from inside Mail Manager.
  449.  
  450. #KEEPSYSOP
  451.  
  452.  
  453.  
  454. ;#(NO)CHECKDOMAIN
  455. ; If you set #CHECKDOMAIN MM will work in a full 5D environment
  456.  
  457. #CHECKDOMAIN
  458.  
  459.  
  460.  
  461. ;#(NO)ORIGIN5D
  462. ; If you set #ORIGIN5D the address in the Origin line will include the Domain
  463.  
  464. #ORIGIN5D
  465.  
  466.  
  467. ;#(NO)DOBACKUP
  468. ; If you set #DOBACKUP MailManager will made a copy of the Incoming Bundles and PKTs
  469. ; in the BackUpDir before starting the Import function.
  470.  
  471. #NODOBACKUP
  472.  
  473.  
  474.  
  475. ;#(NO)SAFEIMPORT
  476. ; If you set #SAFEIMPORT Mail Manager will delete a bundle only after it has imported
  477. ; all the PKT of the Bundle, otherwise it will delete the bundle as soon as it has unarced it.
  478.  
  479. #NOSAFEIMPORT
  480.  
  481.  
  482.  
  483. ;#(NO)SMARTEXPORT
  484. ; If you set #SMARTEXPORT When you click on the Export Gadget of the Areas window and
  485. ; there is no Area Selected MM will xport only areas with the 'E' flag; 
  486. ; with #NOSMARTEXPORT MM will export all the areas
  487.  
  488. #SMARTEXPORT
  489.  
  490.  
  491.  
  492. ;#(NO)CRUNCHMAIL
  493. ; If set, NetMail for points will be crunched with the configured archiver.
  494.  
  495. #NOCRUNCHMAIL
  496.  
  497.  
  498.  
  499. ;#(NO)PACKEVERYBUNDLE
  500. ; If set, Mail Manager will archive exported PKTs at the end of every Imported Bundle
  501. ; Otherwise it will archive exported PKTs at the end of the Import function
  502.  
  503. #NOPACKEVERYBUNDLE
  504.  
  505.  
  506.  
  507. ;#(NO)SHOWPASSTHRO
  508. ; If set, Mail Manager will show also PassThrough areas
  509.  
  510. #SHOWPASSTHRO
  511.  
  512.  
  513.  
  514. ;#(NO)TEXTSTYLES
  515.  
  516. #TEXTSTYLES
  517.  
  518.  
  519.  
  520. ;#(NO)SHOWKLUDGES
  521.  
  522. #SHOWKLUDGES
  523.  
  524.  
  525.  
  526. ;#(NO)QUOTEKLUDGES
  527.  
  528. #QUOTEKLUDGES
  529.  
  530.  
  531.  
  532. ;#(NO)ADDRETOSUBJ
  533. #NOADDRETOSUBJ
  534.  
  535.  
  536.  
  537. ;#(NO)THREADSOPENED
  538.  
  539. #THREADSOPENED
  540.  
  541.  
  542.  
  543. ;#(NO)REFLOW
  544.  
  545. #REFLOW
  546.  
  547.  
  548.  
  549. ;#CHECKDUPEMSGS NO/KEEP/BAD/KILL
  550.  
  551. #CHECKDUPEMSGS BAD
  552.  
  553.  
  554.  
  555. ;#CHECKDUPETICKS NO/KEEP/BAD/KILL
  556.  
  557. #CHECKDUPETICKS KEEP
  558.  
  559.  
  560.  
  561.  
  562. ;#AREASMENU "<name>" "<Command>" "<ShortCut>"
  563.  
  564. #AREASMENU    "Run ARexx"    "SYS:REXXC/RX MM:Rexx/MM_RunRexx"    "0"
  565. #AREASMENU    "Maui 1"    "BIN:Trapdoor call 2:335/602"        "1"
  566. #AREASMENU    "Maui 2"    "BIN:Trapdoor call 2:335/607"        "2"
  567. #AREASMENU    "Call ..."    "SYS:REXXC/RX MM:Rexx/MM_CallNode"    "3"
  568. #AREASMENU    "Send File"    "SYS:REXXC/RX MM:Rexx/MM_SendFile"    "4"
  569. #AREASMENU    "Import Ticks"    "SYS:REXXC/RX MM:Rexx/MM_ImportTicks"    "5"
  570. #AREASMENU    "MM Log"    "BIN:ed MM:MailManager.Log"        ""
  571. #AREASMENU    "TD Log"    "BIN:ed Mail:TrapDoor.Log"        ""
  572.  
  573.  
  574.  
  575. ;#BROWSEMENU "<name>" "<Command>" "<ShortCut>"
  576. ; the <Command> string can contain the same control chrs used in #FORWARDTXT
  577.  
  578. #BROWSEMENU    "UUDecode"    "SYS:REXXC/RX MM:REXX/MM_UUEnDeCode.rexx %a %n UUDECODE"    ""
  579. #BROWSEMENU    "AddUserList"    "SYS:REXXC/RX MM:REXX/MM_AddUser.rexx %a %n"            ""
  580. #BROWSEMENU    "FileRequest"    "SYS:REXXC/RX MM:REXX/MM_FileRequest.rexx %a %n"        ""
  581. #BROWSEMENU    "NodeInfo"    "SYS:REXXC/RX MM:REXX/MM_GetNLNode %k"                ""
  582. #BROWSEMENU     "Call Node"    "SYS:REXXC/RX MM:Rexx/MM_CallNode %k"                ""
  583.  
  584.  
  585.  
  586. ;#(MAIL/ECHO/FECHO/BAD)AREA "<Name>" <Tag> <Path> <Address> <GroupLabel> <GroupLevel>
  587. ;TwoPassImport
  588. ;ReadOnly
  589. ;MsgBase   <MsgBase>                           <MsgBase>  = Plain / Indexed / Quick / Compressed / PassThrough
  590. ;Show      <Show>                              <Show>     = All / New / Sysop /UnRepl/ LastImp
  591. ;SortBy    <SortBy>                            <SortBy>   = Number / Date / From / To / Subject
  592. ;DeleteBy  <DeleteBy>  <Num>                   <DeleteBy> = Number / Date
  593. ;Desc      "<Description>"
  594. ;AltPath   <AltPath>
  595. ;Charset   <ReadCharset>  <WriteCharset>       <Charset> = ASCII / IBMPC / LATIN
  596. ;Font      <Font>
  597. ;SysopName <SysopName>
  598. ;Prologue  <Prologue>
  599. ;Logo      <Logo>
  600. ;Origin    <Origin>
  601. ;UserFlags <UserFlags>
  602. ;Nodes     <Nodes>
  603. ;
  604. ;
  605. ; Here you have to list all your Messages Areas
  606. ;
  607. ;  <Name>  is the Name of the Area (will be showed in the area list)
  608. ;          You can insert here the same control codes used in #PREPARSEKLUDGE
  609. ;  <Tag>  is the TagName of the Area
  610. ;  <Path>  is the Path of the Area Directory
  611. ;  <Address>  is the Address you will use in this Area
  612. ;  <GroupLabel>  is the Label of the group this area belongs to
  613. ;  <GroupLevel>  is the access level required for this area within the group
  614. ;
  615. ;
  616. ; Messages imported into an Area with a "TwoPassImport" line won't be automatically exported during import
  617. ;
  618. ; You cannot write messages into an Area with a "ReadOnly" line
  619. ;
  620. ; the "MsgBase" line describe the type of MsgBase used for the Area
  621. ;
  622. ; the "Show" line sets the initial state of the "Show" cycle gadget for the area
  623. ;
  624. ; the "SortBy" line sets the initial state of the "Sort" cycle gadget for the area
  625. ;
  626. ; the "DeleteBy" line sets the sorting method used for the delete function
  627. ; and the minimum number of msgs left after a Delete operation
  628. ;
  629. ; the "Desc" line sets the Description for the previously defined Area.
  630. ;
  631. ; the "AltPath" line sets the path where File Attached in MAIL or FECHO areas will be placed.
  632. ; If it is not specified files will be placed in the primary path
  633. ;
  634. ; the "Charset" line specifies the Charsets used in this area.
  635. ; the <ReadCharset> is the default Charset assumed when you are reading messages without a CHRS kludge
  636. ; the <WriteCharset> is Charset used for reading and writing messages
  637. ; If it is not specified, MM will use ASCII for Both.
  638. ;
  639. ; the "Font" line specifies the Font used for reading Messages in this area.
  640. ; If it is not specified MM will use the Font specified in #DEFFONT
  641. ; or, if you have not configured a Default Font, the Fixed Width Font configured with MUI Prefs
  642. ;
  643. ; the "SysopName" line specifies the SysopName used in the area.
  644. ; If it is not specified MM will use the name specified in #DEFSYSOPNAME
  645. ;
  646. ; the "Prologue" line specifies the Prologue used in the area.
  647. ; If it is not specified MM will use the origin specified in #DEFPROLOGUE
  648. ;
  649. ; the "Logo" line specifies the Logo used in the area.
  650. ; If it is not specified MM will use the origin specified in #DEFLOGO
  651. ;
  652. ; the "Origin" line specifies the Origin used in the area.
  653. ; If it is not specified MM will use the origin specified in #DEFORIGIN
  654. ;
  655. ; the "UserFlags" line is used for specifing the User Flags for the area.
  656. ; Mail Manager does not use this field. You can use it for your own purposes
  657. ;
  658. ; the "Nodes" line list all the nodes connected to the previously defined Area.
  659. ; The nodes should be listed in the same format used in a 4D Seen-By line. For example:
  660. ; Nodes   2:335/601 602 .2 .4 336/232
  661. ; All that nodes should be already listed in the #NODE lines.
  662. ; EchoMail will be imported only from these nodes and will be exported only to these nodes.
  663. ; If you precede a node entry with a '-' msgs imported from that node will be routed
  664. ; to the BAD area.
  665. ; If you precede a node entry with a '+' msgs won't be exported to that node
  666. ; For example: "Nodes   2:335/601 602 -.2 .4 +336/232"
  667. ; Of course a Point should insert here only the address of his Boss
  668.  
  669.  
  670. #MAILAREA  "\bMatrix"  MATRIX  MAIL:MATRIX/  2:335/602.2@fidonet  netmail 0
  671. MsgBase   Compressed
  672. Show      All
  673. SortBy    Number
  674. DeleteBy  Number 500
  675. AltPath   MAIL:FILES/MATRIX/
  676. Charset   LATIN LATIN
  677.  
  678. #FECHOAREA  "\8MM Beta"  MMBETA  MAIL:FIDO/MMBETA/  2:335/602.2@fidonet  fidonet 30
  679. MsgBase   Compressed
  680. Show      All
  681. SortBy    Number
  682. DeleteBy  Number 500
  683. Desc      "Only for the Testers of the Best Program of the World"
  684. AltPath   MAIL:FILES/MMBETA/
  685. Charset   LATIN LATIN
  686. ; SysopName MMMaster
  687. ; Logo      Short
  688. Origin    MMBeta
  689. Nodes     2:335/602
  690.  
  691. #FECHOAREA  "\8MM Beta Ita"  MMBETA.ITA  MAIL:FIDO/MMBETA.ITA/  2:335/602.2@fidonet  fidonet 30
  692. MsgBase   Compressed
  693. Show      All
  694. SortBy    Number
  695. DeleteBy  Number 500
  696. AltPath   MAIL:FILES/MMBETA.ITA/
  697. Charset   LATIN LATIN
  698. Prologue  Italiano
  699. ; Logo      Short
  700. Origin    MMBeta
  701. Nodes     2:335/602
  702.  
  703. #ECHOAREA  "\8MM Support"  MM_AMY  MAIL:AMY/MM_AMY/  39:102/10.0@amiganet  amiganet 10
  704. MsgBase   Compressed
  705. Show      All
  706. SortBy    Number
  707. DeleteBy  Number 500
  708. Charset   LATIN LATIN
  709. Nodes     39:102/1
  710.  
  711.  
  712. #ECHOAREA  "AmigaNet \bComms\n"  COMMS_AMY  MAIL:AMY/COMMS_AMY/  39:102/10.0@amiganet  amiganet 10
  713. MsgBase   Compressed
  714. Show      All
  715. SortBy    Number
  716. DeleteBy  Number 200
  717. Charset   LATIN LATIN
  718. Font      XHelv
  719. Nodes     39:102/1 10.1 .2 .3
  720.  
  721. #BADAREA  "\b\3BAD\n"  BAD_MSGS  MAIL:BAD/  2:335/602.2@fidonet  bad 0
  722. ReadOnly
  723. MsgBase   Compressed
  724. Show      All
  725. SortBy    Number
  726. DeleteBy  Number 0
  727.  
  728.  
  729.  
  730.  
  731. ;#TICKAREA <Tag> <Path> <Address> <GroupLabel> <GroupLevel>
  732. ;Desc        "<Description>"
  733. ;AltPath     <AltPath>
  734. ;TickCommand <TickCommand>
  735. ;UserFlags   <UserFlags>
  736. ;Nodes       <Nodes>
  737. ;
  738. ; Here you have to list all your Tick Areas
  739. ;
  740. ;  <Tag>  is the TagName of the Area
  741. ;  <Path>  is the Path of the Area Directory. This MUST be the path where FILES will be placed
  742. ;  <Address>  is the Address you will use in this Area
  743. ;  <GroupLabel>  is the Label of the group this area belongs to
  744. ;  <GroupLevel>  is the access level required for this area within the group
  745. ;
  746. ; the "Desc" line sets the Description for the previously defined Area.
  747. ;
  748. ; the "AltPath" line sets an Alternate path for the area.
  749. ; Mail Manager does not use this Path. You can use it for your own purposes
  750. ;
  751. ; During the Ticks Export function MM performs the following operations:
  752. ; - If there is a file to replace, MM deletes that file from the area
  753. ; - it copies the file to the Area Path
  754. ; - it inserts the description of the file inside the file comment
  755. ; If you want to perform some other operations you can include them in a
  756. ; #TICKCOMMAND and insert its Label in the "TickCommand" line.
  757. ;
  758. ; the "UserFlags" line is used for specifing the User Flags for the area.
  759. ; Mail Manager does not use this field. You can use it for your own purposes
  760. ;
  761. ; the "Nodes" line list all the nodes connected to the previously defined Area.
  762. ; The nodes should be listed in the same format used in a 4D Seen-By line. For example:
  763. ; Nodes   2:335/601 602 .2 .4 336/232
  764. ; All that nodes should be already listed in the #NODE lines.
  765. ; Files will be imported only from these nodes and will be exported only to these nodes.
  766. ; If you precede a node entry with a '-' files coming from that node won't be imported
  767. ; If you precede a node entry with a '+' files won't be exported to that node
  768. ; Of course a Point should insert here only the address of his Boss
  769.  
  770.  
  771. #TICKAREA  MMBETA  MAIL:TICKS/MMBETA/  2:335/602.2@fidonet  fidonet 30
  772. Desc        "Only for the Testers of the Best Program of the World"
  773. TickCommand DLG
  774. Nodes       2:335/602
  775.  
  776. #TICKAREA  NODEDIFF  MAIL:TICKS/NODEDIFF/  2:335/602.2@fidonet  fidonet 30
  777. Nodes       2:335/602
  778.  
  779. #TICKAREA  AMYNLIST  MAIL:TICKS/AMYNLIST/  39:102/10.0@amiganet  amiganet 30
  780. Nodes       39:102/1 -10.1
  781.  
  782. #TICKAREA  AMYNDIFF  MAIL:TICKS/AMYNDIFF/  39:102/10.0@amiganet  amiganet 30
  783. Nodes       39:102/1
  784.  
  785.