diff options
| author | bwarsaw | 2002-08-09 17:57:31 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-08-09 17:57:31 +0000 |
| commit | 92be317a526be3f839ffcd8ce6519bd27579cd60 (patch) | |
| tree | d7ce4e9ed05fa1da90949ac687e7afe460a4d5db /scripts | |
| parent | f2535a1d7da5c6f4e244ec1b5e2f29a529cc0754 (diff) | |
| download | mailman-92be317a526be3f839ffcd8ce6519bd27579cd60.tar.gz mailman-92be317a526be3f839ffcd8ce6519bd27579cd60.tar.zst mailman-92be317a526be3f839ffcd8ce6519bd27579cd60.zip | |
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/owner | 9 |
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) |
