summaryrefslogtreecommitdiff
path: root/port_me/checkdbs.py
diff options
context:
space:
mode:
authorBarry Warsaw2016-11-14 03:30:54 +0000
committerBarry Warsaw2016-11-14 03:30:54 +0000
commit54d32b872ee4e67a64a176077dbc49a4f87b9324 (patch)
treeba9170245c9f9c87f5604e02a8dc1aaf37443319 /port_me/checkdbs.py
parent366dc6517716b7c77c4b7a76559b1b6b5996fc8e (diff)
parenta9e62e4350d1a108af972ab9dc2043f76b98a04c (diff)
downloadmailman-54d32b872ee4e67a64a176077dbc49a4f87b9324.tar.gz
mailman-54d32b872ee4e67a64a176077dbc49a4f87b9324.tar.zst
mailman-54d32b872ee4e67a64a176077dbc49a4f87b9324.zip
Diffstat (limited to 'port_me/checkdbs.py')
-rw-r--r--port_me/checkdbs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/port_me/checkdbs.py b/port_me/checkdbs.py
index 9e5213b4c..7f46e97d4 100644
--- a/port_me/checkdbs.py
+++ b/port_me/checkdbs.py
@@ -199,7 +199,7 @@ def main():
mlist.GetBouncesEmail(),
subject, text,
mlist.preferred_language)
- msg.send(mlist, **{'tomoderators': True})
+ msg.send(mlist, to_moderators=True)
finally:
mlist.Unlock()