{#if loading}
Loading...
Loading test...
{:else if error}
{:else if test && test.status !== "analyzed"}
fetchTest()} /> {:else if report}
(menuOpen = !menuOpen)} aria-label="Menu" >
{#if menuOpen}
Export JSON Report
Reanalyze with Latest Version
(menuOpen = false)} >
View Raw Email
{/if}
{#if report.header_analysis?.received_chain && report.header_analysis.received_chain.length > 0}
{/if} {#if report.dns_results}
{/if} {#if report.authentication}
{/if} {#snippet blacklistChecks(blacklists: BlacklistRecords, report: Report)}
{/snippet} {#snippet whitelistChecks(whitelists: BlacklistRecords)}
{/snippet} {#if report.blacklists && report.whitelists && Object.keys(report.blacklists).length == 1 && Object.keys(report.whitelists).length == 1}
{@render blacklistChecks(report.blacklists, report)}
{@render whitelistChecks(report.whitelists)}
{:else} {#if report.blacklists && Object.keys(report.blacklists).length > 0}
{@render blacklistChecks(report.blacklists, report)}
{/if} {#if report.whitelists && Object.keys(report.whitelists).length > 0}
{@render whitelistChecks(report.whitelists)}
{/if} {/if} {#if report.header_analysis}
{/if} {#if report.spamassassin || report.rspamd}
{#if report.spamassassin}
{/if} {#if report.rspamd}
{/if}
{/if} {#if report.content_analysis}
{/if}
Test Another Email
{/if}