fedora-vote voting.py,1.9,1.10

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Thu Jun 22 02:51:03 UTC 2006


Author: toshio

Update of /cvs/fedora/fedora-vote
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26142

Modified Files:
	voting.py 
Log Message:
* voting.py: Set errors to go to the new OTRS queue.



Index: voting.py
===================================================================
RCS file: /cvs/fedora/fedora-vote/voting.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- voting.py	21 Jun 2006 05:21:21 -0000	1.9
+++ voting.py	22 Jun 2006 02:51:01 -0000	1.10
@@ -14,10 +14,8 @@
 import pgdb
 import website
 
-sendAs = 'voteadmin@%s' % website.domain
-sendErrorsTo = 'voteadmin@%s' % website.domain
-sendAs = 'toshio@%s' % website.domain
-sendErrorsTo = 'toshio@%s' % website.domain
+sendAs = 'voting@%s' % website.domain
+sendErrorsTo = 'voting@%s' % website.domain
 
 class VotingError(Exception):
     pass




More information about the scm-commits mailing list