Index: CVSROOT/postcommit_actions =================================================================== RCS file: /usr/local/cvsroot/CVSROOT/Attic/postcommit_actions,v diff -u -r1.4 -r1.5 --- CVSROOT/postcommit_actions 9 Feb 2004 14:39:18 -0000 1.4 +++ CVSROOT/postcommit_actions 9 Feb 2004 18:22:54 -0000 1.5 @@ -1,4 +1,4 @@ -#!/var/tmp/py/bin/python2.3 +#!/usr/local/bin/python2.3 # Adapted by bdolicki for openacs.org # Changes to http://dev.zope.org/CVS/postcommit_actions : @@ -69,7 +69,7 @@ LDAP_HOST = "your.ldap.host" # 002 TODO is it OK to use this address? #OFFICIAL_SENDER = "cvs-admin@your.domain" -OFFICIAL_SENDER = "openacs-cvs-list-admin@willfork.com" +OFFICIAL_SENDER = "webmaster@openacs.org" # 003 MY_DOMAIN = "openacs.org" @@ -99,7 +99,7 @@ # Notices about any caught malfunctions will be sent to this address. # 002 TODO is it OK to use this address? #CVSMASTER = "cvs-admin@zope.com" -CVSMASTER = "openacs-cvs-list-admin@willfork.com" +CVSMASTER = "oct@openacs.org" # You have to plug in the recipients email address via '%' string formatting. MAIL_CMD = "/usr/lib/sendmail -t -f %s"