summaryrefslogtreecommitdiff
path: root/src/mailman/app/docs
diff options
context:
space:
mode:
authorBarry Warsaw2012-03-17 12:54:26 -0400
committerBarry Warsaw2012-03-17 12:54:26 -0400
commit8e6cca71e8b6b0e79394aaf2c1d13d7cfce41c29 (patch)
tree4d107a8b995f113feed454bd8662986cff8888ba /src/mailman/app/docs
parent5aa8f097f1d7a96500ccd2ccfa2fedd6ac830786 (diff)
parent24991d17919f2715a7f2e875d2fb7fe72e53efcf (diff)
downloadmailman-8e6cca71e8b6b0e79394aaf2c1d13d7cfce41c29.tar.gz
mailman-8e6cca71e8b6b0e79394aaf2c1d13d7cfce41c29.tar.zst
mailman-8e6cca71e8b6b0e79394aaf2c1d13d7cfce41c29.zip
Merge the Pipermail eradication branch. The scrubber is also removed.
* Configuration variable `[mailman]filtered_messages_are_preservable` controls whether messages which have their top-level `Content-Type` filtered out can be preserved in the `bad` queue by list owners. * Configuration section `[scrubber]` removed, as is the scrubber handler. This handler was essentially incompatible with Mailman 3 since it required coordination with Pipermail to store attachments on disk. * Schema additions: - mailinglist.filter_action
Diffstat (limited to 'src/mailman/app/docs')
-rw-r--r--src/mailman/app/docs/lifecycle.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/app/docs/lifecycle.rst b/src/mailman/app/docs/lifecycle.rst
index c9d3ed10d..08a25ccff 100644
--- a/src/mailman/app/docs/lifecycle.rst
+++ b/src/mailman/app/docs/lifecycle.rst
@@ -140,7 +140,7 @@ artifacts.
::
>>> from mailman.app.lifecycle import remove_list
- >>> remove_list(mlist_2.fqdn_listname, mlist_2, True)
+ >>> remove_list(mlist_2.fqdn_listname, mlist_2)
>>> from mailman.interfaces.listmanager import IListManager
>>> from zope.component import getUtility