From e99a496659461bc0967a7b2660ef63907d154bf0 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 27 Feb 2024 16:38:53 -0300 Subject: [PATCH] Ignore more digest stuff --- 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 55842a9..2f13b0c 100644 --- a/export_mailman2_settings.py +++ b/export_mailman2_settings.py @@ -36,7 +36,9 @@ EXCLUDES = set(( 'autoresponse_request_text_upload', 'bounce_notify_owner_on_bounce_increment', 'digestable', - 'digest_is_default' + 'digest_is_default', + 'mime_is_default_digest', + 'digest_size_threshhold' ))