Skip to content

Commit cce67c7

Browse files
author
Marius Burkard
committed
Merge branch '6109-rspamd-inc-ispc-naming-inconsistency' into 'develop'
Resolve "rspamd .inc.ispc naming inconsistency" Closes #6109 See merge request ispconfig/ispconfig3!1446
2 parents edf98e1 + b04c092 commit cce67c7

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

install/lib/installer_base.lib.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1887,10 +1887,10 @@ public function configure_rspamd() {
18871887

18881888
# local.d/maps.d templates without template tags
18891889
$maps_d = array(
1890-
'dkim_whitelist.inc',
1891-
'dmarc_whitelist.inc',
1892-
'spf_dkim_whitelist.inc',
1893-
'spf_whitelist.inc',
1890+
'dkim_whitelist.inc.ispc',
1891+
'dmarc_whitelist.inc.ispc',
1892+
'spf_dkim_whitelist.inc.ispc',
1893+
'spf_whitelist.inc.ispc',
18941894
);
18951895
foreach ($maps_d as $f) {
18961896
if(file_exists($conf['ispconfig_install_dir']."/server/conf-custom/install/rspamd_${f}.master")) {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)