Feb. 25, 2026
10:43 p.m.
I need to set some nonmembers to a list as these members send message to the list, but don't need to receive any message from the list.
I've used list_name.settings['accept_these_nonmembers'].append to add members to the list, but it gets discarded once I run list_name.settings.save().