Index: ossp-pkg/petidomo/config/list-config RCS File: /v/ossp/cvs/ossp-pkg/petidomo/config/list-config,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/petidomo/config/list-config,v' 2>/dev/null --- list-config 2001/01/15 17:19:36 1.6 +++ list-config 2001/01/20 13:53:45 1.7 @@ -119,7 +119,6 @@ # 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 Index: ossp-pkg/petidomo/config/petidomo.conf RCS File: /v/ossp/cvs/ossp-pkg/petidomo/config/petidomo.conf,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/petidomo/config/petidomo.conf,v' 2>/dev/null --- petidomo.conf 2001/01/15 16:37:33 1.6 +++ petidomo.conf 2001/01/20 13:53:45 1.7 @@ -40,11 +40,11 @@ # unset. #MTA "/usr/sbin/sendmail" -# TAG: MTA_Options +# TAG: MTAOptions # This entry sets the options which will be handed over to the MTA # when it is called. The following example # -# MTA_Options "-odq -v -f%s" +# MTAOptions "-odq -v -f%s" # # will yield a call " -odq -v -f". The '%s' is # replaced with the envelope the mail should be sent under. If you @@ -56,46 +56,46 @@ # leave it alone. # # The default, if the option is unset, is the string '-f%s'. -#MTA_Options "-i -f%s" +#MTAOptions "-i -f%s" -# TAG: List_Directory +# TAG: ListDirectory # This entry sets the path to the directory, where Petidomo will # expect the list config files to be. The whole thing works as # follows: When Petidomo tries to open a config file for the # mailing list "foo", it will look for -# "/foo/config" first, then for -# "/foo.config". If neither exists, it +# "/foo/config" first, then for +# "/foo.config". If neither exists, it # terminates with an error. # -# The default List_Directory, assuming an installation prefix of +# The default ListDirectory, assuming an installation prefix of # "/usr/local", is "/usr/local/var/petidomo/lists". -#List_Directory /usr/local/var/petidomo/lists +#ListDirectory /usr/local/var/petidomo/lists -# TAG: Ack_Queue_Directory +# TAG: AckQueueDirectory # This entry sets the path to the directory, where Petidomo will # queue requests and postings that need an acknowledgement in # order to be processed. The default directory, assuming an # installation prefix of "/usr/local", is # "/usr/local/var/petidomo/ack_queue". -#Ack_Queue_Directory /usr/local/var/petidomo/ack_queue +#AckQueueDirectory /usr/local/var/petidomo/ack_queue -# TAG: Help_File +# TAG: HelpFile # This entry sets the path to the help file Petidomo sends back # whenever it receives a HELP command or a mail containing no # valid commands at all. The default value, assuming an # installation prefix of "/usr/local", is # "/usr/local/share/petidomo/help". -#Help_File /usr/local/share/petidomo/help +#HelpFile /usr/local/share/petidomo/help -# TAG: ACL_File +# TAG: ACLFile # This entry sets the path to the master ACL file used by # Petidomo. The default value, assuming an installation prefix # of "/usr/local", is "/usr/local/etc/petidomo.acl". -#ACL_File /usr/local/etc/petidomo.acl +#ACLFile /usr/local/etc/petidomo.acl -# TAG: Index_File +# TAG: IndexFile # This entry sets the path to the index file Petidomo sends back # whenever it receives an INDEX command. The default value, # assuming an installation prefix of "/usr/local", is # "/usr/local/var/petidomo/index". -#Index_File /usr/local/var/petidomo/index +#IndexFile /usr/local/var/petidomo/index