summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_listconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/rest/tests/test_listconf.py')
-rw-r--r--src/mailman/rest/tests/test_listconf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/rest/tests/test_listconf.py b/src/mailman/rest/tests/test_listconf.py
index 3260d6afb..b9b64464c 100644
--- a/src/mailman/rest/tests/test_listconf.py
+++ b/src/mailman/rest/tests/test_listconf.py
@@ -62,6 +62,10 @@ RESOURCE = dict(
digest_volume_frequency='monthly',
digests_enabled=True,
display_name='Fnords',
+ dmarc_mitigate_action='munge_from',
+ dmarc_mitigate_unconditionally=False,
+ dmarc_moderation_notice='Some moderation notice',
+ dmarc_wrapped_message_text='some message text',
filter_content=True,
first_strip_reply_to=True,
goodbye_message_uri='mailman:///goodbye.txt',