On Sat, Dec 28, 2024 at 5:48 PM Mark Sapiro <[email protected]> wrote:

> To clean this completely put the following in a file
> ```
> for attribute in (
>      mlist.admin_responses,
>      mlist.bounce_info,
>      mlist.delivery_status,
>      mlist.hold_and_cmd_autoresponses,
>      mlist.language,
>      mlist.one_last_digest,
>      mlist.passwords,
>      mlist.postings_responses,
>      mlist.request_responses,
>      mlist.topics_userinterest,
>      mlist.user_options,
>      mlist.usernames,
>      ):
>      try:
>          del attribute['user@@example.com']
>      except KeyError:
>          pass
> ```
> and then run `bin/config_list -i /path/to/file LISTNAME` as before. That
> should get all the occurrences. It will print `attribute "attribute"
> ignored` which is expected and not a problem. Removing the address from
> mlist.delivery_status alone would probably fix this error, but getting
> it everywhere will avoid future issues.
>

You are amazing, Mark!  It worked like a champ.  Many thanks!!!!

- Scott
------------------------------------------------------
Mailman-Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]/
    https://mail.python.org/archives/list/[email protected]/
Member address: [email protected]

Reply via email to