From 0c1f25cc11850dd3c6897feeafc858e5e2a8130c Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 29 Feb 2024 17:00:12 -0300 Subject: [PATCH] Final(?) attr skips --- export_mailman2_settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/export_mailman2_settings.py b/export_mailman2_settings.py index 880f21a..40b5ed2 100644 --- a/export_mailman2_settings.py +++ b/export_mailman2_settings.py @@ -80,6 +80,7 @@ EXCLUDES = set( 'dmarc_none_moderation_action', 'forward_auto_discards', 'hdrfilter_rebox_01', + 'hdrfilter_action_01', 'bounce_matching_headers', 'topic_rebox_01', 'topic_desc_01', @@ -87,6 +88,8 @@ EXCLUDES = set( # None of the lists has topic filtering enabled 'topics_enabled', 'topics_bodylines_limit', + # ... or DMARC addresses + 'dmarc_moderation_addresses', )) TYPES = deepcopy(TYPES_ORIGINAL)