[MM3-users] Re: Notifying owners of membership changes but not moderators

2024-11-27 Thread Perry Kollmorgen
Thanks Mark, I will give it a shot. — Perry > > On Nov 28, 2024 at 9:12 AM, mailto:m...@msapiro.net)> wrote: > > > > On 11/26/24 9:30 PM, Perry Kollmorgen wrote: > > For the code for > moderators it currently only adds them

[MM3-users] Re: Notifying owners of membership changes but not moderators

2024-11-27 Thread Mark Sapiro
On 11/26/24 9:30 PM, Perry Kollmorgen wrote: For the code for moderators it currently only adds them:    mailing_list.add_moderator(moderator.email, display_name=moderator.display_name) Would I need to add something similar which sets a delivery_status for the moderator added ? I

[MM3-users] Re: Notifying owners of membership changes but not moderators

2024-11-26 Thread Perry Kollmorgen
To: mailman-users@mailman3.org Subject: [MM3-users] Re: Notifying owners of membership changes but not moderators On 11/26/24 4:54 PM, Perry Kollmorgen wrote: > > Is there any way to have these only for Owners ? No. Essentially all admin notices are sent to LISTNAME-owner@DOMAIN and that in t

[MM3-users] Re: Notifying owners of membership changes but not moderators

2024-11-26 Thread Mark Sapiro
On 11/26/24 4:54 PM, Perry Kollmorgen wrote: Is there any way to have these only for Owners ? No. Essentially all admin notices are sent to LISTNAME-owner@DOMAIN and that in turn resends to owners and moderators. There are no controls to restrict this to only owners and not moderators, howe