X-Git-Url: https://git.ralfj.de/lets-encrypt-tiny.git/blobdiff_plain/25a558423bc76ac627dc3ea38533b535f222f7ad..4ae0a7391567b30674ec364c1effbbf8fc36c8a2:/mailman-check?ds=inline diff --git a/mailman-check b/mailman-check deleted file mode 100755 index bc512d7..0000000 --- a/mailman-check +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash -set -e -## Usage: -## ./mailman-check -## Checks all the mailman lists for bad configuration, and prints further details if it finds one. - -cd /var/lib/mailman/lists -for list in *; do - config_list -i /dev/stdin "$list" <