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:
parent
d9b9ea87c6
commit
27650a3496
3 changed files with 29 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue