summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorbwarsaw2002-08-09 17:57:31 +0000
committerbwarsaw2002-08-09 17:57:31 +0000
commit92be317a526be3f839ffcd8ce6519bd27579cd60 (patch)
treed7ce4e9ed05fa1da90949ac687e7afe460a4d5db /scripts
parentf2535a1d7da5c6f4e244ec1b5e2f29a529cc0754 (diff)
downloadmailman-92be317a526be3f839ffcd8ce6519bd27579cd60.tar.gz
mailman-92be317a526be3f839ffcd8ce6519bd27579cd60.tar.zst
mailman-92be317a526be3f839ffcd8ce6519bd27579cd60.zip
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/owner9
1 files changed, 1 insertions, 8 deletions
diff --git a/scripts/owner b/scripts/owner
index 9dbf95679..947c74c93 100755
--- a/scripts/owner
+++ b/scripts/owner
@@ -36,13 +36,6 @@ from Mailman.Logging.Utils import LogStdErr
LogStdErr('error', 'mailowner')
-OWNER_PIPELINE = [
- 'SpamDetect',
- 'Replybot',
- 'OwnerRecips',
- 'ToOutgoing',
- ]
-
def main():
@@ -65,7 +58,7 @@ def main():
listname=listname,
_plaintext=1,
envsender=Utils.get_site_email(extra='bounces'),
- pipeline=OWNER_PIPELINE,
+ pipeline=mm_cfg.OWNER_PIPELINE,
toowner=1)