mealerz
mealerz
Fairly self explanatory, would be nice to have a button to import black or white lists into the database.
Where do you set the default spam scores now? I don't see anything in conf.php. I've amended the DEFAULT in MySQL but when I create a new user it still...
So where do you set default? I see this in user_manager - $spamscore = deepSanitizeInput($_POST['spamscore'], 'float'); if (!validateInput($spamscore, 'float')) { $spamscore = '0'; } $highspamscore = deepSanitizeInput($_POST['highspamscore'], 'float'); if (!validateInput($highspamscore,...
OK. I have tried amending my admin user to spamscore = 4 and highspamscore = 10. Then I added a domain admin user and left to 0 as default. I...
If I understand this correctly, then if score is 0, use admin score. What if someone creates second admin? Also, it would be great if the user_manager would show the...
It looks like all the pm files have changed in the develop version.
I will test later on. Just waiting for DNS. This is from the pm ``` # Based on the address it is going to, choose the correct Spam score. #...
Hi, are there any instructions for the develop branch I could have? I am getting many errors and cannot load variables in conf.php. I have installed composer, but still not...
I have this problem on 1 of my nodes but then I restarted it and it started working again. It happened the other day again, but in a panic I...
What does 'mailscanner --lint' return? What does 'php-v' return? What does 'rpm -qa | grep php' return?