Hi all,
I want to update some list member's display_name either with mailman shell or mailmanclient. These mostly aren't users in Postorius so I only want to operate on the subscribed list member. I've tried everything I can find in the docs and am stuck.
I've tried using user_manager.get_user()
and then updating user.display_name
followed by a commit()
but it doesn't seem to persist the change.
The absorb_existing
flag for mailmanclient's User.add_address()
looks promising but the docs read "It will import the existing user into the current one, not overwriting any previously set value." which in some cases, the member already has a display_name set. I haven't tried this yet.
I'd appreciate any help pointing in the right direction.
Thanks, Nick