diff options
Diffstat (limited to 'scripts/mailowner')
| -rwxr-xr-x | scripts/mailowner | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/mailowner b/scripts/mailowner index 749935dce..6368b51aa 100755 --- a/scripts/mailowner +++ b/scripts/mailowner @@ -57,7 +57,9 @@ def main(): msg = Message.OutgoingMessage(s.getvalue()) msg.recips = mlist.owner[:] # for debugging purposes - msg.recips.append(mm_cfg.MAILMAN_OWNER) +## msg.recips.append(mm_cfg.MAILMAN_OWNER) + # flag this message as coming to the -admin address + msg.toadmin = 1 HandlerAPI.DeliverToUser(mlist, msg) finally: mlist.Save() |
