######################################################################## # voh.conf Matt Walker: 1995 # # This file provides administrative custimization for the qsf.pl script # without requiring modification to the script itself. Its rules follow. # # All comments must begin with a # as the _first character_ in the line. # This way qsf.pl recognizes the line as a comment. # # A majority of the comments should be placed at the end of # the file, because the subroutine that processes this file only reads # until it finds the data it needs. # # The data above are comma delimited fields that are read into the # list @conf as # $lecture,$public,$confidential,$email # # $lecture is the lecture for which the questions are directed. # This string must match exactly the string specified as lecture # by the form used to call the script. # # $public is yes or no depending on activation of public # posting. # # $confidential is yes or no depending on activation of confidential # posting. # # $email is the email address of the person responsible for question # answering, and also the address that receives confidential postings. # # The end of each record is the newline character \n. # # Specifying a lecture in the form not in the list, using an incorrect # path, or not putting no, will result in a Failure. # # Specifying an improper email address will send the submission to # oblivion, so make sure you got it right. # # File should end with "END" to allow the VOH_Setup script to # work properly. # #######################################################################