[pmg-devel] [PATCH pmg-api/pmg-gui 0/2] spam quarantine: show split positive/negative scores in list
Dominik Csapak
d.csapak at proxmox.com
Mon Sep 22 10:04:59 CEST 2025
adds the split scores to the api, so we can show them in the spam list
Note: this is only one possible approach, we could also send the complete score
list over the api and let the gui split and sum the scores instead. I opted for
doing it in the api, since we already do quite some parsing, so it didn't seem
to be much overhead.
If we'd favor doing it in the frontend instead, just let me know then I'll
prepare a new version that does that instead.
pmg-api:
Dominik Csapak (1):
api: quarantine: include positive and negative spam score sum in list
src/PMG/API2/Quarantine.pm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
pmg-gui:
Dominik Csapak (1):
spam quarantine: add columsn for positive/negative spam score matches
js/SpamQuarantine.js | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
Summary over all repositories:
2 files changed, 49 insertions(+), 1 deletions(-)
--
Generated by git-murpp 0.8.1
More information about the pmg-devel
mailing list