summaryrefslogtreecommitdiff
path: root/scripts/owner
diff options
context:
space:
mode:
authorbwarsaw2002-05-22 23:53:05 +0000
committerbwarsaw2002-05-22 23:53:05 +0000
commit51927a43061540a880363bee731699c69cfc9187 (patch)
tree1e650adbd1a56e3902e246df25925d0b002012e6 /scripts/owner
parent726fe2cc40e6fe1dcaac713a544f7c2d939d416f (diff)
downloadmailman-51927a43061540a880363bee731699c69cfc9187.tar.gz
mailman-51927a43061540a880363bee731699c69cfc9187.tar.zst
mailman-51927a43061540a880363bee731699c69cfc9187.zip
main(): Add the `toowner' key to the message metadata so the Replybot
handler will autorespond to -owner emails. Closes SF bug #558909.
Diffstat (limited to 'scripts/owner')
-rwxr-xr-xscripts/owner3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/owner b/scripts/owner
index c8587acc5..9dbf95679 100755
--- a/scripts/owner
+++ b/scripts/owner
@@ -65,7 +65,8 @@ def main():
listname=listname,
_plaintext=1,
envsender=Utils.get_site_email(extra='bounces'),
- pipeline=OWNER_PIPELINE)
+ pipeline=OWNER_PIPELINE,
+ toowner=1)