summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2000-02-19 03:32:11 +0000
committerbwarsaw2000-02-19 03:32:11 +0000
commit3437fef258f79a70d0d342fea73e0d48e18a66af (patch)
tree4a7984ade72a2c896351b51d3988bf06a1e432df
parent39572cdea6787804b5ac590499685708a2a23f2d (diff)
downloadmailman-3437fef258f79a70d0d342fea73e0d48e18a66af.tar.gz
mailman-3437fef258f79a70d0d342fea73e0d48e18a66af.tar.zst
mailman-3437fef258f79a70d0d342fea73e0d48e18a66af.zip
-rwxr-xr-xscripts/mailowner4
-rwxr-xr-xscripts/owner4
2 files changed, 6 insertions, 2 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()
diff --git a/scripts/owner b/scripts/owner
index 749935dce..6368b51aa 100755
--- a/scripts/owner
+++ b/scripts/owner
@@ -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()