feat: add raw report display to rspamd card

Add a collapsible Raw Report section to RspamdCard, storing the raw
X-Spamd-Result header value and displaying it like SpamAssassin's report.
This commit is contained in:
nemunaire 2026-03-09 13:12:36 +07:00
commit 27650a3496
3 changed files with 29 additions and 3 deletions

View file

@ -982,6 +982,9 @@ components:
name: "BAYES_HAM"
score: -1.9
params: "0.02"
report:
type: string
description: Full rspamd report (raw X-Spamd-Result header)
RspamdSymbol:
type: object