Index: ossp-pkg/petidomo/config/list-config RCS File: /v/ossp/cvs/ossp-pkg/petidomo/config/list-config,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/petidomo/config/list-config,v' 2>/dev/null --- list-config 2000/12/13 13:19:04 1.1 +++ list-config 2001/01/08 20:34:39 1.2 @@ -1,6 +1,4 @@ # -# ~petidomo/lists//config -# # $Header$ # @@ -49,14 +47,6 @@ # command. AllowMembersCommand no -# TAG: ShowOnIndex -# 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 # This entry specifies the fully qualified domain name, Petidomo # should use. This will usually be the 'real' name of the machine the @@ -133,3 +123,69 @@ # If this option is unset, no archives of the posted articles will be # kept. #Archive "log" + + +# TAG: IntroductionFile +# 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 +# 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 +# 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 +# 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 +# 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 +# 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