From 925200da11d52ae4d7fc664bff898f8050bef687 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Sat, 8 Feb 2003 07:14:13 +0000 Subject: Backporting from the trunk. --- cron/mailpasswds | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cron') diff --git a/cron/mailpasswds b/cron/mailpasswds index 2c36313d..348ca336 100755 --- a/cron/mailpasswds +++ b/cron/mailpasswds @@ -136,6 +136,10 @@ def main(): for mlist in byhost[host]: listaddr = mlist.GetListEmail() for member in mlist.getMembers(): + # The user may have disabled reminders for this list + if mlist.getMemberOption(member, + mm_cfg.SuppressPasswordReminder): + continue # Group by the lower-cased address, since Mailman always # treates person@dom.ain the same as PERSON@dom.ain. password = mlist.getMemberPassword(member) -- cgit v1.2.3