From 2d1824553b1de2b92d40f29aca3503431f2e234f Mon Sep 17 00:00:00 2001 From: Brian Read Date: Mon, 7 Apr 2025 18:18:29 +0100 Subject: [PATCH] Typo in TagLevel processing --- .../share/smanager/lib/SrvMngr/Controller/Mailstats-Custom.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/usr/share/smanager/lib/SrvMngr/Controller/Mailstats-Custom.pm b/root/usr/share/smanager/lib/SrvMngr/Controller/Mailstats-Custom.pm index 629cc76..57192f4 100644 --- a/root/usr/share/smanager/lib/SrvMngr/Controller/Mailstats-Custom.pm +++ b/root/usr/share/smanager/lib/SrvMngr/Controller/Mailstats-Custom.pm @@ -118,7 +118,7 @@ use constant TRUE => 1; 'RBLList'=>$cdb->get_prop('qpsmtpd','RBLList'), 'SBLList'=>$cdb->get_prop('qpsmtpd','SBLList'), 'UBLList'=>$cdb->get_prop('qpsmtpd','UBLList'), - 'LevelPort'=>$cdb->get_prop('spamassassin','TagLevel') || '5', + 'TagLevel'=>$cdb->get_prop('spamassassin','TagLevel') || '5', 'RejectLevel'=>$cdb->get_prop('spamassassin','RejectLevel') || '12'