Check that A record is accepted with _spf label present

(cherry picked from commit a3b2b86e7f)
This commit is contained in:
Mark Andrews
2021-01-11 13:14:10 +11:00
committed by Matthijs Mekking
parent 6da9f238d4
commit 7976a7264a
2 changed files with 17 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ do
echo_i "checking $db ($n)"
ret=0
case $db in
zones/good-gc-msdcs.db)
zones/good-gc-msdcs.db|zones/good-spf-exception.db)
$CHECKZONE -k fail -i local example $db > test.out.$n 2>&1 || ret=1
;;
zones/good-dns-sd-reverse.db)