From d866115448f8cb1b274bb33637c3cf91c7cccf6a Mon Sep 17 00:00:00 2001 From: Ricky Zhou Date: Tue, 4 Mar 2008 18:49:14 -0500 Subject: [PATCH] Fix mail for test deployment. --- fas/dev.cfg | 4 ++-- fas/fas/cla.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fas/dev.cfg b/fas/dev.cfg index 5363558..6424833 100644 --- a/fas/dev.cfg +++ b/fas/dev.cfg @@ -8,8 +8,8 @@ #base_url_filter.base_url = "http://192.168.2.101:8080" mail.on = True -mail.server = 'bastion.fedora.phx.redhat.com' -mail.testmode = True +mail.server = 'bastion.fedoraproject.org" +#mail.testmode = True mail.debug = False mail.encoding = 'utf-8' diff --git a/fas/fas/cla.py b/fas/fas/cla.py index 3b83756..7a22001 100644 --- a/fas/fas/cla.py +++ b/fas/fas/cla.py @@ -167,6 +167,7 @@ class CLA(controllers.Controller): person.remove(cilckgroup, person) except: pass + # TODO: Email legal-cla-archive@fedoraproject.org turbogears.flash(_("You have successfully signed the CLA. You are now in the '%s' group.") % group.name) turbogears.redirect('/cla/') return dict()