diff options
author | Jim Popovitch <jimpop@gmail.com> | 2016-10-10 22:11:22 +0000 |
---|---|---|
committer | Jim Popovitch <jimpop@gmail.com> | 2016-10-10 22:11:22 +0000 |
commit | 2fa8a893c410648ee86d28d379f717f2a83d0fd1 (patch) | |
tree | 74f24e3d6943b7041e12c9f5183bf4df3f908188 /cron/mailpasswds | |
parent | fc432afa375f34b935ab692619c1ba8bfb0e191a (diff) | |
download | mailman2-2fa8a893c410648ee86d28d379f717f2a83d0fd1.tar.gz mailman2-2fa8a893c410648ee86d28d379f717f2a83d0fd1.tar.xz mailman2-2fa8a893c410648ee86d28d379f717f2a83d0fd1.zip |
fixed indentation in cron/mailpasswds
Diffstat (limited to '')
-rwxr-xr-x | cron/mailpasswds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cron/mailpasswds b/cron/mailpasswds index 831e9ab0..db9c4875 100755 --- a/cron/mailpasswds +++ b/cron/mailpasswds @@ -141,9 +141,9 @@ def main(): for host in byhost.keys(): # Site owner is `mailman@dom.ain' userinfo = {} - virtlist = {} + virtlist = {} for mlist in byhost[host]: - virtlist = mlist + virtlist = mlist listaddr = mlist.GetListEmail() for member in mlist.getMembers(): # The user may have disabled reminders for this list |