On Tue, Apr 25, 2023 at 12:21 PM Mark London via Mailman-users < mailman-users@mailman3.org> wrote:
I added some email addresses manually to a mailing list and then removed them. But now I can't find how to totally remove them from mailman3. They show up in the Users list.
You can delete them from the command line:
su - mailman
for m in cat file_containing_the_addresses_one-per_line
; do
mailman delmembers -m $m -l listane@domain;
done
When I go to the Django interface, I don't see them listed in any
selection. I thought they would show up under Emails in Hyperkitty, but they are not there.
Does your SITE_ID in the Django interface (it's shown under Domains) match the SITE_ID in settings?
-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-) [How to ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html]