Christopher Adams wrote:
>Does remove_members allow wild cards?
No
>I am thinking now that I probably need to script this.
#! bin/sh
for list in `bin/list_lists --bare`
do bin/list_members $list | grep @example\.com$ |\
bin/remove_members --fromall --file=-
done
where example.com is the me
To: mailman-users@python.org
> Subject: [Mailman-Users] remove all members from specific domain
>
> I am wondering if there is something built in to Mailman that would allow
> me to remove all members from the Mailman site that are from a specific
> domain? Using rmlist allows me to remo
I am wondering if there is something built in to Mailman that would allow me to
remove all members from the Mailman site that are from a specific domain? Using
rmlist allows me to remove specific addresses, but I have about 50 addresses
across many lists. Does rmlist allow wild cards?
Christo