summaryrefslogtreecommitdiff
path: root/src/mailman/styles/default.py
diff options
context:
space:
mode:
authorBarry Warsaw2012-03-23 17:26:19 -0400
committerBarry Warsaw2012-03-23 17:26:19 -0400
commit1d9fdeb0e587352a3bc66a3263152614bb6085dd (patch)
tree9d3a82618532aa7024483ca560276a0996a39935 /src/mailman/styles/default.py
parentcc949e304047a65e99c6089fc417883f7c411300 (diff)
downloadmailman-1d9fdeb0e587352a3bc66a3263152614bb6085dd.tar.gz
mailman-1d9fdeb0e587352a3bc66a3263152614bb6085dd.tar.zst
mailman-1d9fdeb0e587352a3bc66a3263152614bb6085dd.zip
Add the OwnerPipeline, with tests, and rename some things for consistency.
Diffstat (limited to 'src/mailman/styles/default.py')
-rw-r--r--src/mailman/styles/default.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mailman/styles/default.py b/src/mailman/styles/default.py
index e64bbe40b..18a145d3c 100644
--- a/src/mailman/styles/default.py
+++ b/src/mailman/styles/default.py
@@ -218,6 +218,11 @@ from: .*@uplinkpro.com
# The default pipeline to send accepted messages through to the
# mailing list's members.
mlist.posting_pipeline = 'default-posting-pipeline'
+ # The processing chain that messages posted to this mailing list's
+ # -owner address gets processed by.
+ mlist.owner_chain = 'default-owner-chain'
+ # The default pipeline to send -owner email through.
+ mlist.owner_pipeline = 'default-owner-pipeline'
def match(self, mailing_list, styles):
"""See `IStyle`."""