#!/bin/bash set -e ## Usage: ## ./mailman-check ## Checks all the mailman lists for bad configuration, and prints further details if it finds one. for list in $(list_lists -b); do /usr/sbin/config_list -c -i /dev/stdin "$list" <