summaryrefslogtreecommitdiff
path: root/src/mailman/database/schema/sqlite.sql
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/database/schema/sqlite.sql
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/database/schema/sqlite.sql')
-rw-r--r--src/mailman/database/schema/sqlite.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/database/schema/sqlite.sql b/src/mailman/database/schema/sqlite.sql
index 650c38a54..37b6ed8f2 100644
--- a/src/mailman/database/schema/sqlite.sql
+++ b/src/mailman/database/schema/sqlite.sql
@@ -138,6 +138,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,