Display permerror (SPF test) as error: text-danger
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
nemunaire 2026-03-07 11:38:09 +07:00
commit b619ebf8c3

View file

@ -19,6 +19,7 @@
case "domain_pass":
case "orgdomain_pass":
return "text-success";
case "permerror":
case "error":
case "fail":
case "missing":
@ -51,6 +52,7 @@
case "neutral":
case "invalid":
case "null":
case "permerror":
case "error":
case "null_smtp":
case "null_header":