Add some more default privacy options

This commit is contained in:
Adam Goldsmith 2023-01-19 17:15:27 -05:00
parent ab0c8fb5af
commit 91b1217633

View File

@ -85,10 +85,13 @@ class ListManager:
# ConcealSubscription | DontReceiveDuplicates # ConcealSubscription | DontReceiveDuplicates
"new_member_options = 272", "new_member_options = 272",
"advertised = 0", "advertised = 0",
"subscribe_policy = 3", # require approval to join
"unsubscribe_policy = 1", # require approval to unsubscribe
"private_roster = 2", # only admins can view the roster "private_roster = 2", # only admins can view the roster
"default_member_moderation = 1", "default_member_moderation = 1",
"generic_nonmember_action = 3", # discard non-member emails "generic_nonmember_action = 3", # discard non-member emails
"forward_auto_discards = 0", # don't notify admin about discards "forward_auto_discards = 0", # don't notify admin about discards
"archive_private = 1",
] ]
) )