Typo in TagLevel processing

This commit is contained in:
Brian Read 2025-04-07 18:18:29 +01:00
parent e610abd351
commit 2d1824553b

View File

@ -118,7 +118,7 @@ use constant TRUE => 1;
'RBLList'=>$cdb->get_prop('qpsmtpd','RBLList'), 'RBLList'=>$cdb->get_prop('qpsmtpd','RBLList'),
'SBLList'=>$cdb->get_prop('qpsmtpd','SBLList'), 'SBLList'=>$cdb->get_prop('qpsmtpd','SBLList'),
'UBLList'=>$cdb->get_prop('qpsmtpd','UBLList'), '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' 'RejectLevel'=>$cdb->get_prop('spamassassin','RejectLevel') || '12'