diff options
| author | bwarsaw | 2002-03-27 04:27:09 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-03-27 04:27:09 +0000 |
| commit | 2628e439cc2bf815653ba20635064db418ccc81c (patch) | |
| tree | 4f271ca81e0a82ef58d682ce97cbc27707b4cb37 /cron | |
| parent | 1db1374edc63a8c14c0bf2a0f216071aeaa6e471 (diff) | |
| download | mailman-2628e439cc2bf815653ba20635064db418ccc81c.tar.gz mailman-2628e439cc2bf815653ba20635064db418ccc81c.tar.zst mailman-2628e439cc2bf815653ba20635064db418ccc81c.zip | |
Diffstat (limited to 'cron')
| -rwxr-xr-x | cron/checkdbs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cron/checkdbs b/cron/checkdbs index 4a97248cd..cf1401b2f 100755 --- a/cron/checkdbs +++ b/cron/checkdbs @@ -66,8 +66,9 @@ def main(): }, mlist=mlist) text += '\n' + pending_requests(mlist) subject = _('%(count)d %(realname)s moderator request(s) waiting') - admin = mlist.GetAdminEmail() - msg = Message.UserNotification(admin, admin, subject, text, + msg = Message.UserNotification(mlist.GetOwnerEmail(), + mlist.GetBouncesEmail(), + subject, text, mlist.preferred_language) msg.send(mlist, **{'tomoderators': 1}) |
