home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / maredos2.zip / MAILRED.INI < prev    next >
Text File  |  1996-07-18  |  4KB  |  131 lines

  1. ; drive or path where your mail database is located
  2. MailDrive=M
  3.  
  4. ; Mailbox which MailRed should use
  5. MailBox=MailRed
  6.  
  7. ; password for the mailbox above
  8. Password=PASSWORD
  9.  
  10. ; Address of MailRed's Admin ( shoud be a human person )
  11. Admin=YOURNETWORK/YOURPOSTOFFICE/YOURNAME
  12.  
  13. ; file which MailRed sends to the user if it receives a message with HELP
  14. ; in the subject or body of the message
  15. HelpFile=MAILRED.HLP
  16.  
  17. ; If True, MailRed will write a log file called MRYYMMDD.LOG, where YY is
  18. ; the year, MM is the month and DD is the day
  19. WriteLogFile=True
  20.  
  21. ; path where MailRed will write the log file. If empty, MailRed
  22. ; writes the log into the directory where MailRed.EXE resides
  23. LogPath=
  24.  
  25. ; If True, MailRed displays and log everything, whereas if False, it will
  26. ; display and log only if there is a real action
  27. Verbose=True
  28.  
  29. ; If <logical> is True, MailRed will write a statistic file called
  30. ; MRYYMMDD.CSV, where YY is the year, MM is the month and DD is the day
  31. WriteStatisticFile=True
  32.  
  33. ; path where MailRed will write the statistic file. If empty, MailRed
  34. ; writes the statistic into the directory where MailRed.EXE resides
  35. StatisticPath=
  36.  
  37. ; Language which MaiLRed uses for all its messages and log files
  38. ; Supported values are
  39. ; ENG      English
  40. ; DEU      German
  41. ; FRA      French
  42. Language=ENG
  43.  
  44.  
  45. ; If True, MailRed will check each redirection for an infinite loop and
  46. ; will send a message to Admin if it detects one
  47. DetectInfiniteLoop=False
  48.  
  49.  
  50. ; If True, MailRed will send a CC to admin for every system message sent
  51. ; to a user (status sheet and so on)
  52. InfoMsgAsCCToAdmin=True
  53.  
  54. ; If False , MailRed will check if the sender address is the same as the
  55. ; redirection address
  56. RedirToSender=False
  57.  
  58. ; If True, MailRed will not redirect the header of a message
  59. DestroyMailHeader=True
  60.  
  61. ; If True, MailRed will add a short header to every redirected message
  62. AddRedirHeader=True
  63.  
  64. ; If False, MailRed will supress the CC's in the header of the message
  65. AddRedirHeaderCC=True
  66.  
  67. ; If True, MailRed will try to do a fast redirection
  68. FastRedir=False
  69.  
  70. ; If True, MailRed will convert STATUS ALL messages to a file and send
  71. ; it as an attachment
  72. StatusAllAsFile=False
  73.  
  74. ; If given, MailRed will not redirect any messages to this gateway
  75. ; ExcludeGateway=FAX
  76. ; ExcludeGateway=MHS
  77. ; ExcludeGateway=SMTP
  78.  
  79.  
  80. ; If <given, MailRed will notsend absent messages to this gateway
  81. ; AbsentExcludeGateway=FAX
  82. ; AbsentExcludeGateway=MHS
  83. ; AbsentExcludeGateway=SMTP
  84.  
  85.  
  86. ; If given, MailRed will not send absent messages to this address
  87. ; AbsentExcludeAddress=SMTP:MSMAIL-L@YaleVM.CIS.Yale.Edu
  88.  
  89.  
  90. ; If given, MailRed will not send absent messages when the subject
  91. ; contains the string
  92. ; AbsentExcludeSubject=secret
  93.  
  94.  
  95. ; Minutes that MailRed waits before sending a second absent notification
  96. ; to the same address.
  97. SendAbsentEvery=0
  98.  
  99.  
  100. ; MailRed will not redirect the messages with a subject
  101. ; ExcludeSubject=confidential
  102. ; ExcludeSubject=secret
  103.  
  104.  
  105. ; If True, MailRed will run only a single cycle
  106. SingleCycle=False
  107.  
  108. ; Seconds that MailRed waits between processing messages
  109. Interval=300
  110.  
  111. ; Time when MailRed stops working and exits
  112. ; The format of time is HH:MM
  113. ; BreakTime=14:00
  114.  
  115.  
  116. ; Time and day relative to the start of MailRed, when MailRed stops
  117. ; working and exits
  118. ; The format of time is DD:HH:MM , where DD: is optional.
  119. ; BreakRelative=02:00
  120. ; BreakRelative=07:01:00
  121.  
  122. ; If is True, use black and white for screen output
  123. ScreenMono=False
  124.  
  125. ; ID for MailProbe
  126. MailProbeID=MailRed
  127.  
  128. ; Address of a MailProbe Server
  129. MailProbeAddress=
  130.  
  131.