Whitelist Checks Informational

DNS whitelists identify trusted senders. Being listed here is a positive signal, but has no impact on the overall score.

{#each Object.entries(whitelists) as [ip, checks]}
{ip}
{#each checks as check} {/each}
{check.error ? "Error" : check.listed ? "Listed" : "Not listed"} {check.rbl}
{/each}