X-Git-Url: https://git.ralfj.de/lets-encrypt-tiny.git/blobdiff_plain/07d301fd8adeaf8ad40591a418da394ad37816ce..4ae0a7391567b30674ec364c1effbbf8fc36c8a2:/mailman-check?ds=sidebyside diff --git a/mailman-check b/mailman-check deleted file mode 100755 index 1b568be..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 - /usr/sbin/config_list -i /dev/stdin "$list" <