It worked!!  Many thanks!

- Scott

On Fri, Dec 27, 2024 at 4:52 PM Mark Sapiro <[email protected]> wrote:

> On 12/27/24 07:20, Scott Neader wrote:
> > Hello all!  Somehow, one of our Mailman2 lists has a member with a bad
> > email address, in the format of user@@example.com  (i.e. two @ symbols).
> > This is breaking at least one cron (disabled)
> >
> > I've tried removing the address via the backend admin, as well as command
> > line, but it's not working.
>
> By command line I'm guessing you did
> ```
> bin/remove_members LISTNAME user@@example.com
> ```
> and that returned
> ```
> No such member: user@@example.com
> ```
> If that's the case, you can do the following:
>
> put this one line in a file
> ```
> del mlist.members['user@@example.com']
> ```
> Then run
> ```
> bin/config_list -i path_to_the_above_file LISTNAME
> ```
> I think that should do it.
>
>
> --
> Mark Sapiro <[email protected]>        The highway is for gamblers,
> San Francisco Bay Area, California    better use your sense - B. Dylan
>
> ------------------------------------------------------
> 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]
>
------------------------------------------------------
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