1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-05 04:59:16 +00:00

Merge remote-tracking branch 'origin/staging' into feat/f2b-banlist

This commit is contained in:
FreddleSpl0it
2023-12-11 12:27:14 +01:00
161 changed files with 7009 additions and 2185 deletions

View File

@@ -111,6 +111,7 @@ $template_data = [
'rsettings' => $rsettings,
'rspamd_regex_maps' => $rspamd_regex_maps,
'logo_specs' => customize('get', 'main_logo_specs'),
'logo_dark_specs' => customize('get', 'main_logo_dark_specs'),
'ip_check' => customize('get', 'ip_check'),
'password_complexity' => password_complexity('get'),
'show_rspamd_global_filters' => @$_SESSION['show_rspamd_global_filters'],