[pmg-devel] [PATCH pmg-api/gui] implement custom SpamAssassin scores gui

Stoiko Ivanov s.ivanov at proxmox.com
Wed Nov 13 15:54:47 CET 2019


Thanks for the nice patch-series!

Gave it a spin on my test-cluster - works as advertised!

Tested by:
* creating a custom score for 'KAM_LAZY_DOMAIN_SECURITY' (since this fires
  on some of my testmails) on the master-node
* sending a testmail to the slave-node (regular score)
* eventually installing the version of your patches on the slave-node
* sending a testmail after the clustersync ran (custom score)

code-wise it looks good to me, apart from the small comments on the individual
patches!

Tested-By: Stoiko Ivanov <s.ivanov at proxmox.com>
Reviewed-By: Stoiko Ivanov <s.ivanov at proxmox.com>


On Fri,  8 Nov 2019 14:29:28 +0100
Dominik Csapak <d.csapak at proxmox.com> wrote:

> this series implements a gui for custom SpamAssassin rule scores,
> where users can overwrite the default ones
> 
> pmg-api:
> 
> Dominik Csapak (3):
>   implement force_restart for cluster sync
>   add SACustom Package and API Calls for custom SpamAssassin scores
>   sync custom spamassassin scores to the slaves
> 
>  src/Makefile                 |   2 +
>  src/PMG/API2/Config.pm       |   6 +
>  src/PMG/API2/SACustom.pm     | 334 +++++++++++++++++++++++++++++++++++
>  src/PMG/CLI/pmgcm.pm         |   9 +-
>  src/PMG/Cluster.pm           |  10 +-
>  src/PMG/SACustom.pm          |  89 ++++++++++
>  src/PMG/Service/pmgmirror.pm |   7 +-
>  7 files changed, 452 insertions(+), 5 deletions(-)
>  create mode 100644 src/PMG/API2/SACustom.pm
>  create mode 100644 src/PMG/SACustom.pm
> 
> pmg-gui:
> 
> Dominik Csapak (1):
>   add Custom Scores panel to the Spam Detector
> 
>  js/Makefile                     |   1 +
>  js/SpamDetectorConfiguration.js |   7 +-
>  js/SpamDetectorCustom.js        | 308 ++++++++++++++++++++++++++++++++
>  3 files changed, 315 insertions(+), 1 deletion(-)
>  create mode 100644 js/SpamDetectorCustom.js
> 




More information about the pmg-devel mailing list