Added example entries for the new keywords "IntroductionFile",

"DescriptionFile", "ACLFile", "HeaderFile", "SignatureFile", and
"AddressFile".
This commit is contained in:
Peter Simons 2001-01-08 20:34:39 +00:00
parent c793980ae0
commit ff9c148fca

View File

@ -1,6 +1,4 @@
# #
# ~petidomo/lists/<listname>/config
#
# $Header$ # $Header$
# #
@ -49,14 +47,6 @@ AllowAlienSubscription yes
# command. # command.
AllowMembersCommand no AllowMembersCommand no
# TAG: ShowOnIndex <yes|no>
# Specify either "yes" or "no", depending on whether you want
# this mailing list to be shown on the index of available lists.
#
# The default, if the option is unset, is to show the mailing
# list on the index.
ShowOnIndex yes
# TAG: Hostname <string> # TAG: Hostname <string>
# This entry specifies the fully qualified domain name, Petidomo # This entry specifies the fully qualified domain name, Petidomo
# should use. This will usually be the 'real' name of the machine the # should use. This will usually be the 'real' name of the machine the
@ -133,3 +123,69 @@ ShowOnIndex yes
# If this option is unset, no archives of the posted articles will be # If this option is unset, no archives of the posted articles will be
# kept. # kept.
#Archive "log" #Archive "log"
# TAG: IntroductionFile <string>
# This entry sets the path to the introduction file, which
# Petidomo will send to every new subscriber. If the path is not
# absolute -- not beginning with a '/' character, that is --, it
# will be interpreted relative to the directory where this
# config file has been found.
#
# If this option has not been set, the default value is
# "introduction".
#IntroductionFile introduction
# TAG: DescriptionFile <string>
# This entry sets the path to the description file, which
# Petidomo will send back to a "help listname" command. If the
# path is not absolute -- not beginning with a '/' character,
# that is --, it will be interpreted relative to the directory
# where this config file has been found.
#
# If this option has not been set, the default value is
# "description".
#DescriptionFile description
# TAG: ACLFile <string>
# This entry sets the path to the ACL file, which Petidomo will
# use to check whether a posting to this list is allowed. If the
# path is not absolute -- not beginning with a '/' character,
# that is --, it will be interpreted relative to the directory
# where this config file has been found.
#
# If this option has not been set, the default value is "acl".
#ACLFile acl
# TAG: HeaderFile <string>
# This entry sets the path to the header file, which's contents
# Petidomo will add to the header of every posting on this list.
# If the path is not absolute -- not beginning with a '/'
# character, that is --, it will be interpreted relative to the
# directory where this config file has been found.
#
# If this option has not been set, the default value is
# "header".
#HeaderFile header
# TAG: SignatureFile <string>
# This entry sets the path to the signature file, which's
# contents Petidomo will append to every posting on this list.
# If the path is not absolute -- not beginning with a '/'
# character, that is --, it will be interpreted relative to the
# directory where this config file has been found.
#
# If this option has not been set, the default value is
# "signature".
#SignatureFile signature
# TAG: AddressFile <string>
# This entry sets the path to the address database file, which
# uses to store the addresses of the list's subscribers. If the
# path is not absolute -- not beginning with a '/' character,
# that is --, it will be interpreted relative to the directory
# where this config file has been found.
#
# If this option has not been set, the default value is
# "list".
#AddressFile list