From fe1b250bb6cb9c8e1a530d2c491e172d9ffa8959 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 4 Dec 2016 23:15:37 +0000 Subject: Remove to_moderators. --- port_me/checkdbs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port_me/checkdbs.py b/port_me/checkdbs.py index 7f46e97d4..912ae7d71 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, to_moderators=True) + msg.send(mlist) finally: mlist.Unlock() -- cgit v1.3.1