On 6/4/21 8:33 AM, Ivan Tejeiro Izquierdo wrote:
And if it could only be done for members of the list, should I go one by one 
activating that option? We have about 50 lists with many subscribers and it 
would be a tedious job. Would there be an option to create a list or add a 
member that activates that option automatically ?, Or later to when creating a 
list passing a cfg with config_list that modifies that option ?.


Member options are a one-byte bitfield described at https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/Mailman/Defaults.py.in#L1696. New member's options are set from the lists new_member_options. The list's web admin UI exposes part of this setting including "Acknowledge the member's posting" as checkboxes. The default for new_member_options for new lists is the Defaults.py/mm_cfg.py setting DEFAULT_NEW_MEMBER_OPTIONS.

To set the option for existing users, see the withlist script at https://www.msapiro.net/scripts/set_nodups.py. This sets the DontReceiveDuplicates option but you can change DontReceiveDuplicates to AcknowledgePosts to set that option.


--
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
   https://mail.python.org/archives/list/mailman-users@python.org/

Reply via email to