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/docs/NEWS.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/mailman/docs') diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 6e9877ad5..7993795a1 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -31,6 +31,11 @@ Architecture E.g. mailman:///test@example.com/it/welcome.txt * $user_password is no longer supported as a placeholder in headers and footers. + * 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`. Database -------- @@ -43,6 +48,8 @@ Database - msg_footer -> footer_uri - digest_header -> digest_header_uri - digest_footer -> digest_footer_uri + - start_chain -> posting_chain + - pipeline -> posting_pipeline REST ---- -- cgit v1.3.1