fix last commit to mailtest-check
authorIan Kelling <ian@iankelling.org>
Wed, 1 Mar 2023 22:12:22 +0000 (17:12 -0500)
committerIan Kelling <ian@iankelling.org>
Wed, 1 Mar 2023 22:12:22 +0000 (17:12 -0500)
mailtest-check

index 599d4b6a4157ab0ddc31e74b58b0766e8cc61bc4..06ddec68063f9415a05db1a7f5ae51cb8d0227a9 100755 (executable)
@@ -310,7 +310,7 @@ EOF
   dir=/var/lib/prometheus/node-exporter
   path=$dir/mailtest-check.prom.$$
   if $doprom && [[ -e $dir  ]]; then
-    for l in "${unexpected_spamd_results missing_dnswl[@]}"; do
+    for l in "${unexpected_spamd_results[@]}"; do
       printf "%s\n" "$l" >>$path
       done
     for l in "${missing_dnswl[@]}"; do