From 24991d17919f2715a7f2e875d2fb7fe72e53efcf Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 16 Mar 2012 15:58:17 -0700 Subject: * Pipermail has been eradicated. * 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 --- src/mailman/database/schema/postgres.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mailman/database/schema/postgres.sql') diff --git a/src/mailman/database/schema/postgres.sql b/src/mailman/database/schema/postgres.sql index 713d6d1a3..10b318276 100644 --- a/src/mailman/database/schema/postgres.sql +++ b/src/mailman/database/schema/postgres.sql @@ -42,6 +42,7 @@ CREATE TABLE mailinglist ( bounce_you_are_disabled_warnings INTEGER, bounce_you_are_disabled_warnings_interval TEXT, -- Content filtering. + filter_action INTEGER, filter_content BOOLEAN, collapse_alternatives BOOLEAN, convert_html_to_plaintext BOOLEAN, -- cgit v1.2.3-70-g09d2