Check that A record is accepted with _spf label present

This commit is contained in:
Mark Andrews
2021-01-11 13:14:10 +11:00
committed by Matthijs Mekking
parent 63c16c8506
commit a3b2b86e7f
2 changed files with 17 additions and 1 deletions

View File

@@ -17,7 +17,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)