]> git.proxmox.com Git - pmg-gui.git/commit
add Custom Scores panel to the Spam Detector
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 14 Nov 2019 11:18:55 +0000 (12:18 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 15 Nov 2019 09:01:17 +0000 (10:01 +0100)
commite2c7198f53a3eddd6f68c05628b11e45adfdf34a
tree1dfa6370a30ad953d67132bb067038b088fc624b
parent38771d946bd08e5df0aa3742078b5613ce34d9fb
add Custom Scores panel to the Spam Detector

with this panel, users can manually override a rule score for
SpamAssassin rules. This can be useful sometimes, e.g. if
a certain rule always triggers in a certain environment which
is considered spam by the SpamAssassin rules

after adding/editing a rule, we show diff, similar to the network
panel, and offer a button to apply those changes (and restart
pmg-smtp-filter). the changes can also be reverted

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/Makefile
js/SpamDetectorConfiguration.js
js/SpamDetectorCustom.js [new file with mode: 0644]