home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / mwch23.zip / MWATCH.INI < prev    next >
INI File  |  1992-12-04  |  4KB  |  152 lines

  1.  
  2. ;This is a sample MWATCH.INI file.  Additional variables may be added
  3. ;to support future functions.
  4.  
  5. ;The {SYSTEM} section defines variables that may be required for your
  6. ;particular setup
  7.  
  8. ;Items in the {GLOBAL} section are used when a variable is not found
  9. ;in a particular profile.
  10.  
  11.  
  12. [System]
  13. ;root mail directory
  14. MailDir=SYS:MAIL
  15.  
  16. ;if you wish to retain a log of activities, give the name of a log file.
  17. LogFile=MWatch.Log
  18.  
  19. ;Maximum size of LogFile (1MB default)
  20. LogSize=1024000
  21.  
  22. ;registration passcode
  23. Registration=
  24.  
  25. ;Turn on debug mode? (0=No,1=Slightly,2=Full)
  26. Debug=0
  27.  
  28. ;Name of CHARON's mail queue
  29. MailQueue=MailQueue
  30.  
  31. ;Default profile to use if MWATCH is ran w/o parameters.
  32. Default=
  33.  
  34. [Global]
  35. ;Variables in this section are use if not found in the specified
  36. ;profiles.
  37.  
  38. ;Name of unread mail extension. Default=*.CNM
  39. NewMail:=*.CNM
  40.  
  41. [Forward]
  42.  
  43. ;how many days is "old" for mail
  44. Age=15
  45.  
  46. ;who to include in activities (wildcards are valid - J*, geo*, or *)
  47. ;precede with "#" for group names (#ACCOUNTING or #ACC*)
  48. ;Default=*
  49. Name=*
  50.  
  51. ;who to send aged mail to.  If just a host is specified then the
  52. ;name of the addressee is used (ie. send this mail to the same person on
  53. ;a different machine)
  54. ReturnAdd=@symcorp
  55.  
  56. ;what is the name of the output file for the report (not required)
  57. ;OutputName=MWATCH.OUT
  58.  
  59. ;should IBM line characters be used in reports? Default=Yes;
  60. LineDraw=Yes
  61.  
  62. ;quiet level. 0=show everything, 1=just movement, 2=nothing
  63. Quiet=1
  64.  
  65. ;length of report pages. Default=60
  66. PageLength=60
  67.  
  68. ;should aged mail be deleted after processing
  69. DeleteAged=yes
  70.  
  71. ;should aged mail be forwarded to ReturnAdd
  72. ForwardAged=yes
  73.  
  74. ;add people with aged mail to this group.  No entry will do nothing.
  75. ;AgedGroup=AGEDMAIL
  76.  
  77. ;exclude people in this group from processing
  78. ExcludeGroup=MWEXCLUDE
  79.  
  80. ;show this information in the report in this order
  81. ;(see the REPORT ORDER section)
  82. RepOrder=ABCDEFGH
  83.  
  84. [Aged]
  85. ;place people with mail older than 10 days in the AGEDMAIL group
  86.  
  87. Age=10
  88. Name=*
  89. ReturnAdd=
  90. LineDraw=Yes
  91. Quiet=1
  92. PageLength=60
  93. DeleteAged=no
  94. ForwardAged=no
  95. OutputName=MWATCH.OUT
  96. ;AgedGroup=AGEDMAIL
  97. ;ExcludeGroup=MWEXCLUDE
  98. RepOrder=ABCDEFGHOPR
  99.  
  100. [Settings]
  101. ;This will only display preference settings for each individual.
  102.  
  103. Age=10
  104. Name=*
  105. ReturnAdd=@symcorp
  106. LineDraw=Yes
  107. Quiet=1
  108. PageLength=60
  109. DeleteAged=no
  110. ForwardAged=no
  111. OutputName=MWATCH.OUT
  112. ;AgedGroup=AGEDMAIL
  113. ;ExcludeGroup=MWEXCLUDE
  114. RepOrder=Z
  115.  
  116. [Report Order]
  117. ;this is not a valid section. It is only here to explain the use of the
  118. ;RepOrder variable.  Each column of a report has an associated letter
  119. ;value.  If the letter of a column is found in a repor, that information
  120. ;is printed.  The report generator is rather intelligent in that if the
  121. ;information is not asked for, that part of the processing is not done if
  122. ;it is not required for other information (ie, if no MHS info is asked for
  123. ;than no MHS processing is done.
  124.  
  125. ;NOTE*** If you specify column "T" is to be displayed, a different report
  126. ;will be generated to display folder names and the individual aspects
  127. ;of each folder.  This was the only way I could see to show this information
  128. ;logically.
  129.  
  130. ;Variables using "ASize" and "ATotal" deal with aged mail
  131.  
  132. A-UserId=No
  133. B-UserName=No
  134. C-TotalEmail=No
  135. D-TotalAged=No
  136. E-TotalSize=No
  137. F-TotalASize=No
  138. G-UnreadTotal=No
  139. H-UnreadSize=No
  140. I-UnreadAged=No
  141. J-UnreadAsize=No
  142. K-MHSTotal=No
  143. L-MHSSize=No
  144. M-MHSAged=No
  145. N-MHSASize=No
  146. O-FoldrTotal=No
  147. P-FolderSize=No
  148. Q-FoldrDel=No
  149. R-FoldrMail=No
  150. S-FoldrAged=No
  151. T-FolderName=No
  152.