diff --git a/core/rspamd/conf/multimap.conf b/core/rspamd/conf/multimap.conf index 7b929ef5..7ee6669e 100644 --- a/core/rspamd/conf/multimap.conf +++ b/core/rspamd/conf/multimap.conf @@ -14,7 +14,7 @@ FORBIDDEN_FILE_EXTENSION { type = "filename"; filter = "extension"; map = [ - "/etc/rspamd/override.d/forbidden_file_extension.map", + "/etc/rspamd/local.d/forbidden_file_extension.map", ]; prefilter = true; action = "reject";