bureau -> ca

darcs-hash:20080201164558-f2d4d-ed4a508e9a7cc39f3ec9b439001f9550bc9679d8.gz
This commit is contained in:
Alexandre Bos 2008-02-01 17:45:58 +01:00
parent a31054a2fc
commit 8c92499ba3

View file

@ -141,8 +141,8 @@ def spammer():
to = adh.email() to = adh.email()
print to print to
if not debug: if not debug:
data = config.txt_charte_MA % {'From' : u"bureau@crans.org", 'To' : to} data = config.txt_charte_MA % {'From' : u"ca@crans.org", 'To' : to}
connexion.sendmail("bureau@crans.org",to,data.encode('iso-8859-15')) connexion.sendmail("ca@crans.org",to,data.encode('iso-8859-15'))
def __usage(message=None): def __usage(message=None):
""" Comment ça marche ? """ """ Comment ça marche ? """