You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-27 00:41:00 +02:00
Forbidden_file_extension.map could not be overridden.
This commit is contained in:
@ -16,6 +16,7 @@ env = system.set_env()
|
||||
config_files = []
|
||||
for rspamd_file in glob.glob("/conf/*"):
|
||||
conf.jinja(rspamd_file, env, os.path.join("/etc/rspamd/local.d", os.path.basename(rspamd_file)))
|
||||
if rspamd_file != '/conf/forbidden_file_extension.map':
|
||||
config_files.append(os.path.basename(rspamd_file))
|
||||
|
||||
for override_file in glob.glob("/overrides/*"):
|
||||
|
2
towncrier/newsfragments/2937.bugfix
Normal file
2
towncrier/newsfragments/2937.bugfix
Normal file
@ -0,0 +1,2 @@
|
||||
forbidden_file_extension.map could not be overridden. This file can be overriden to tweak with file extensions are allowed.
|
||||
The instructions on https://mailu.io/master/antispam.html#can-i-change-the-list-of-authorized-file-attachments work again.
|
Reference in New Issue
Block a user