summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcron/mailpasswds2
1 files changed, 2 insertions, 0 deletions
diff --git a/cron/mailpasswds b/cron/mailpasswds
index 018fe1866..ebdc8dd2f 100755
--- a/cron/mailpasswds
+++ b/cron/mailpasswds
@@ -90,6 +90,8 @@ def main():
list = maillist.MailList(name)
list_name = list.real_name
reminders_to_admins = list.reminders_to_admins
+ if not list.send_reminders:
+ continue
for user, password in list.passwords.items():
url = list.GetOptionsURL(user)
if reminders_to_admins: