From eb41bebb04cb8158d46d130ba63ca2044f2ccbb1 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 7 Mar 2012 15:45:09 -0800 Subject: * Mailing lists get multiple chains and pipelines. For example, normal postings go through the `posting_chain` while messages to owners to through `owners_chain`. The default `built-in` chain is renamed to `default-posting-chain` while the `built-in` pipeline is renamed `default-posting-pipeline`. * Schema changes: - start_chain -> posting_chain - pipeline -> posting_pipeline --- src/mailman/core/chains.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/core/chains.py') diff --git a/src/mailman/core/chains.py b/src/mailman/core/chains.py index 1dbb8429b..61807a6c0 100644 --- a/src/mailman/core/chains.py +++ b/src/mailman/core/chains.py @@ -35,7 +35,7 @@ from mailman.interfaces.chain import LinkAction, IChain -def process(mlist, msg, msgdata, start_chain='built-in'): +def process(mlist, msg, msgdata, start_chain='default-posting-chain'): """Process the message through a chain. :param mlist: the IMailingList for this message. -- cgit v1.2.3-70-g09d2