[system] / trunk / webwork-modperl / conf / global.conf.dist Repository:
ViewVC logotype

Diff of /trunk/webwork-modperl/conf/global.conf.dist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 705 Revision 706
1#!perl 1#!perl
2################################################################################ 2################################################################################
3# WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester 3# WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester
4# $Id: global.conf.dist,v 1.10 2003-01-21 20:24:03 sh002i Exp $ 4# $Id: global.conf.dist,v 1.11 2003-01-21 20:25:51 sh002i Exp $
5################################################################################ 5################################################################################
6 6
7# This file is used to set up the default WeBWorK course environment for all 7# This file is used to set up the default WeBWorK course environment for all
8# requests. Values may be overwritten by the course.conf for a specific course. 8# requests. Values may be overwritten by the course.conf for a specific course.
9# All package variables set in this file are added to the course environment. 9# All package variables set in this file are added to the course environment.
99 # allowedRecipients defines addresses that the PG system is allowed to 99 # allowedRecipients defines addresses that the PG system is allowed to
100 # send mail to. this prevents subtle PG exploits. This should be set 100 # send mail to. this prevents subtle PG exploits. This should be set
101 # in course.conf to the addresses of professors of each course. Sending 101 # in course.conf to the addresses of professors of each course. Sending
102 # mail from the PG system (i.e. questionaires, essay questions) will 102 # mail from the PG system (i.e. questionaires, essay questions) will
103 # fail if this is not set somewhere (either here or in course.conf). 103 # fail if this is not set somewhere (either here or in course.conf).
104 allowedRecipients => [ 104 #allowedRecipients => [
105 "yourname\@host.yourdomain.edu", 105 # "yourname\@host.yourdomain.edu",
106 ], 106 #],
107 # if defined, feedbackRecipients overrides the list of recipients for 107 # if defined, feedbackRecipients overrides the list of recipients for
108 # feedback email. It's appropriate to set this in the course.conf for 108 # feedback email. It's appropriate to set this in the course.conf for
109 # specific courses, but probably not in global.conf. if not defined, 109 # specific courses, but probably not in global.conf. if not defined,
110 # mail is sent to all professors and TAs for a given course 110 # mail is sent to all professors and TAs for a given course
111 #feedbackRecipients => [ 111 #feedbackRecipients => [

Legend:
Removed from v.705  
changed lines
  Added in v.706

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9