bimi: show declination hint only when DMARC is enforced

Only display the "Explicitly decline BIMI participation" hint when DMARC
policy is quarantine or reject, as BIMI requires strong DMARC enforcement
to be meaningful.
This commit is contained in:
nemunaire 2026-06-13 16:18:38 +09:00
commit 2483d49fe9
2 changed files with 9 additions and 4 deletions

View file

@ -182,7 +182,7 @@
/>
<!-- BIMI Record -->
<BimiRecordDisplay bimiRecord={dnsResults.bimi_record} />
<BimiRecordDisplay bimiRecord={dnsResults.bimi_record} dmarcRecord={dnsResults.dmarc_record} />
{/if}
</div>
</div>