How Do I Delete A Mailman List?

If you really, truly don't want to use this list anymore and you have sudo access, You have a two options:

  1. Delete the list and KEEP the list archives:

    $ sudo rmlist listname
  2. Delete list and DELETE all list archives:
    sudo rmlist -a listname

If in doubt, write the list/ list admin first and check what they'd prefer. Particularly when dealing with lists created for specific events, such as rallies or conferences.

Originally by safari (at) cat.org.au