Typo in TagLevel processing
This commit is contained in:
parent
e610abd351
commit
2d1824553b
@ -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'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user