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/pipelines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/core/pipelines.py') diff --git a/src/mailman/core/pipelines.py b/src/mailman/core/pipelines.py index 4e5b1b99e..bd709f41e 100644 --- a/src/mailman/core/pipelines.py +++ b/src/mailman/core/pipelines.py @@ -79,7 +79,7 @@ class BasePipeline: class BuiltInPipeline(BasePipeline): """The built-in pipeline.""" - name = 'built-in' + name = 'default-posting-pipeline' description = _('The built-in pipeline.') _default_handlers = ( -- cgit v1.2.3-70-g09d2