[mail-all] commands == nazi

Ignore-this: 635978b4ac9a2ef3d260cb3589514383

darcs-hash:20110507145511-ffbb2-4778ef21c80a01dfc53ecccf6dd6e0de258110b5.gz
This commit is contained in:
Nicolas Dandrimont 2011-05-07 16:55:11 +02:00
parent 1baa92a4b6
commit 7ab6ffadaf

View file

@ -48,7 +48,7 @@ par le script.
cprint(u"%d adhérent(s) a/ont été trouvé(s)..." % len(adherents)) cprint(u"%d adhérent(s) a/ont été trouvé(s)..." % len(adherents))
time.sleep(3) # On dort un peu, ctrl-c welcome 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]) limit = int(opt.split()[-1])
if limit > 0 and len(adherents) >= 10: if limit > 0 and len(adherents) >= 10:
limit_risen = True limit_risen = True