Clayton Brown wrote:
>
>I would like to remove @example.com from a list of mine.
>
> 
>
>Meaning, I want to remove all the email addresses that has @example domain
>from that list.
>
> 
>
>How do I do this, cause If I have would have to unsubscribe them manually it
>would take me days.


You can do this in several ways. If you have command line access to the
server, you can run something like the following pipe:

bin/list_members LISTNAME |
  grep "@example\.com$" |
  bin/remove_members -f - LISTNAME

If you don't have command line access, see the FAQ at
<http://wiki.list.org/x/aYA9> for ways to obtain a list of members.
edit that list to remove all but the @example.com members and use the
result as input to the web admin Membership Management... -> Mass
Removal function, or just go to the Membership Management... ->
Membership List page and search for example.com and check all the
unsub boxes in the result and submit.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to