Display permerror (SPF test) as error: text-danger
Some checks are pending
continuous-integration/drone/push Build is running
Some checks are pending
continuous-integration/drone/push Build is running
This commit is contained in:
parent
a146940a65
commit
b619ebf8c3
1 changed files with 2 additions and 0 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue