home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / steward8.zip / list.cf < prev    next >
Text File  |  1996-06-27  |  3KB  |  124 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 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 = someone@somewhere
  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. # ListFooter
  54. # Put a filename here you want appended to all outgoing messages.
  55. ListFooter = listfooter.txt
  56.  
  57. # DoDigest
  58. # Set to 1 to compile as a digest
  59. DoDigest = 1
  60.  
  61. # DigestVolume
  62. # Set to the volume number you want
  63. DigestVolume = 1
  64.  
  65. # DigestIssue
  66. # Set to the issue number you want
  67. DigestIssue = 1
  68.  
  69. # DigestName
  70. # The name of the digest.
  71. DigestName = Test Digest
  72.  
  73. # DigestRmHeader
  74. # Set to 0 if you don't want extraneous headers stripped from
  75. # digest messages. This leaves the from, subject, date, and replyto
  76. # if set to 1.
  77. DigestRmHeader = 1
  78.  
  79. # DigestFronter
  80. # Put a filename here you want prepended to all outgoing digests
  81. DigestFronter = fronter.txt
  82.  
  83. # DigestFooter
  84. # Put a filename here you want appended to all outgoing digests
  85. DigestFooter =footer.txt
  86.  
  87. # DigestIncSubs
  88. # Include the subject lines from the messages at the beginning
  89. # of the digest.
  90. DigestSubs = 1
  91.  
  92. # DigestDelete
  93. # Set this to 1 to delete the digest message files after sending
  94. # the digest.
  95. DigestDelete = 1
  96.  
  97. # SubscribePolicy
  98. # Set to open for people to subscribe themselves. Set
  99. # to closed for only the listowner/moderator to subscribe.
  100. SubscribePolicy = open
  101.  
  102. # ReplyTo
  103. # If set, this value will be set as the reply-to header for
  104. # all outgoing list mail.
  105. ReplyTo = test@somewhere
  106.  
  107. # SubjectPrefix
  108. # If set, this value will be prepended to the subject line of
  109. # all outgoing list mail
  110. SubjectPrefix = Test-List:
  111.  
  112. # OpenPosting
  113. # If set to 1, then anyone can post to the list. If 0, then
  114. # only list/digest members can. Default is 0.
  115. OpenPosting = 0
  116.  
  117. # WelcomeFile
  118. # Put a filename here you want sent to new subscribers to the
  119. # list.
  120. WelcomeFile = welcome.txt
  121.  
  122.  
  123.  
  124.