From 7ab6ffadafb485fb7f8558da688da00b0e46dbf5 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Sat, 7 May 2011 16:55:11 +0200 Subject: [PATCH] [mail-all] commands == nazi Ignore-this: 635978b4ac9a2ef3d260cb3589514383 darcs-hash:20110507145511-ffbb2-4778ef21c80a01dfc53ecccf6dd6e0de258110b5.gz --- gestion/mail-all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/mail-all.py b/gestion/mail-all.py index d5c8fdea..8e27448a 100644 --- a/gestion/mail-all.py +++ b/gestion/mail-all.py @@ -48,7 +48,7 @@ par le script. cprint(u"%d adhérent(s) a/ont été trouvé(s)..." % len(adherents)) time.sleep(3) # On dort un peu, ctrl-c welcome - opt = commands.getoutput("postconf smtpd_client_message_rate_limit") + opt = commands.getoutput("/usr/sbin/postconf smtpd_client_message_rate_limit") limit = int(opt.split()[-1]) if limit > 0 and len(adherents) >= 10: limit_risen = True