home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / IMPRO / STEWARD.ZIP / list.cf < prev    next >
Text File  |  1997-06-03  |  3KB  |  134 lines

  1. #
  2. # Steward Per List Configuration File
  3. #
  4. # Lines beginning with a '#' symbol are 
  5. # considered comments and are ignored.
  6. # Anything on a line after the '#' symbol
  7. # is also considered a comment. Blank lines 
  8. # are also ignored.
  9. #
  10. # When a filename is requested as a value, only
  11. # the filename should be given. Steward will look
  12. # for the file in the list or digest directory and will
  13. # add the full path as necessary.
  14. #
  15.  
  16. # AdminPassword
  17. # The per list password for administrative tasks
  18. AdminPassword = test-pass
  19.  
  20. # ListOwner
  21. # The address of the list owner
  22. ListOwner = owner@example.com
  23.  
  24. # Administrivia
  25. # If set to 1, then look for admin type requests in the first 4 lines.
  26. Administrivia = 0
  27.  
  28. # Advertise
  29. # Regular expression list to match against email addresses.
  30. # A true match means show this listname to this person.
  31. Advertise = *
  32.  
  33. # ApprovePassword
  34. # This password must be in posts to a moderated list.
  35. ApprovePassword = test-pass
  36.  
  37. # DoArchive
  38. # Set to 1 to archive a list.
  39. DoArchive = 0
  40.  
  41. # Moderated
  42. # Set to 1 to make list moderated
  43. Moderated = 0
  44.  
  45. # NoList
  46. # Never show this list available from a list command.
  47. NoList = 0
  48.  
  49. # ListHeader
  50. # Set to 0 if you don't want a X-Listname header added
  51. ListHeader = 1
  52.  
  53. # ListFronter
  54. # Put a filename here you want prepended to all outgoing messages
  55. # The file should be in the list directory
  56. ListFronter = fronter.txt
  57.  
  58. # ListFooter
  59. # Put a filename here you want appended to all outgoing messages.
  60. # The file should be in the list directory.
  61. ListFooter = footer.txt
  62.  
  63. # DoDigest
  64. # Set to 1 to compile as a digest
  65. DoDigest = 1
  66.  
  67. # DigestVolume
  68. # Set to the volume number you want
  69. DigestVolume = 1
  70.  
  71. # DigestIssue
  72. # Set to the issue number you want
  73. DigestIssue = 1
  74.  
  75. # DigestName
  76. # The name of the digest.
  77. DigestName = Test Digest
  78.  
  79. # DigestRmHeader
  80. # Set to 0 if you don't want extraneous headers stripped from
  81. # digest messages. This leaves the from, subject, date, and replyto
  82. # if set to 1.
  83. DigestRmHeader = 1
  84.  
  85. # DigestFronter
  86. # Put a filename here you want prepended to all outgoing digests.
  87. # The file should be in the digest directory of the list.
  88. DigestFronter = fronter.txt
  89.  
  90. # DigestFooter
  91. # Put a filename here you want appended to all outgoing digests
  92. # The file should be in the digest directory of the list.
  93. DigestFooter = footer.txt
  94.  
  95. # DigestIncSubs
  96. # Include the subject lines from the messages at the beginning
  97. # of the digest.
  98. DigestSubs = 1
  99.  
  100. # DigestDelete
  101. # Set this to 1 to delete the digest message files after sending
  102. # the digest.
  103. DigestDelete = 1
  104.  
  105. # SubscribePolicy
  106. # Set to open for people to subscribe themselves. Set
  107. # to closed for only the listowner/moderator to subscribe.
  108. SubscribePolicy = open
  109.  
  110. # ReplyTo
  111. # If set, this value will be set as the reply-to header for
  112. # all outgoing list mail.
  113. ReplyTo = test@example.com
  114.  
  115. # SubjectPrefix
  116. # If set, this value will be prepended to the subject line of
  117. # all outgoing list mail
  118. SubjectPrefix = Test-List:
  119.  
  120. # OpenPosting
  121. # If set to 1, then anyone can post to the list. If 0, then
  122. # only list/digest members can. Default is 0.
  123. OpenPosting = 0
  124.  
  125. # WelcomeFile
  126. # Put a filename here you want sent to new subscribers to the
  127. # list.
  128. WelcomeFile = welcome.txt
  129.  
  130. # WhereAmI
  131. # This allows you to specify the host machine name.
  132. WhereAmI = example.com
  133.  
  134.