diff options
| author | Barry Warsaw | 2016-11-13 22:03:40 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-11-13 22:03:40 -0500 |
| commit | c50b3ee558eabd00624b0efc7ad9324535df1709 (patch) | |
| tree | c6b90a107d00b20126c96a43215a1f0e27f44c31 /src/mailman/app/moderator.py | |
| parent | 589c4c62d4fa0b79dd4e742c50cf79bd8d4558ca (diff) | |
| download | mailman-c50b3ee558eabd00624b0efc7ad9324535df1709.tar.gz mailman-c50b3ee558eabd00624b0efc7ad9324535df1709.tar.zst mailman-c50b3ee558eabd00624b0efc7ad9324535df1709.zip | |
Diffstat (limited to 'src/mailman/app/moderator.py')
| -rw-r--r-- | src/mailman/app/moderator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/app/moderator.py b/src/mailman/app/moderator.py index c3347c1ff..9d3856f33 100644 --- a/src/mailman/app/moderator.py +++ b/src/mailman/app/moderator.py @@ -204,7 +204,7 @@ def hold_unsubscription(mlist, email): msg = UserNotification( mlist.owner_address, mlist.owner_address, subject, text, mlist.preferred_language) - msg.send(mlist, tomoderators=True) + msg.send(mlist, to_moderators=True) return request_id |
