add new settings to set default values for customer antispam options for new email addresses (settings advanced-mode)
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -198,3 +198,14 @@ if (Froxlor::isFroxlorVersion('2.2.4')) {
|
||||
Update::showUpdateStep("Updating from 2.2.4 to 2.2.5", false);
|
||||
Froxlor::updateToVersion('2.2.5');
|
||||
}
|
||||
|
||||
if (Froxlor::isDatabaseVersion('202409280')) {
|
||||
|
||||
Update::showUpdateStep("Adding new antispam settings");
|
||||
Settings::AddNew("antispam.default_bypass_spam", "2");
|
||||
Settings::AddNew("antispam.default_spam_rewrite_subject", "1");
|
||||
Settings::AddNew("antispam.default_policy_greylist", "1");
|
||||
Update::lastStepStatus(0);
|
||||
|
||||
Froxlor::updateToDbVersion('202411200');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user