From 7765bfc640a7b4edeb0cc0eaedb26964efd3b677 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 27 Feb 2024 16:37:38 -0300 Subject: [PATCH] And ignore some digest settings --- export_mailman2_settings.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/export_mailman2_settings.py b/export_mailman2_settings.py index 917e88d..55842a9 100644 --- a/export_mailman2_settings.py +++ b/export_mailman2_settings.py @@ -34,7 +34,9 @@ EXCLUDES = set(( 'autoresponse_postings_text_upload', 'autoresponse_admin_text_upload', 'autoresponse_request_text_upload', - 'bounce_notify_owner_on_bounce_increment' + 'bounce_notify_owner_on_bounce_increment', + 'digestable', + 'digest_is_default' ))