diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-10-13 19:57:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-13 19:57:13 +0100 |
commit | 452bf19ced0c346c616ea3301cde2531ef617033 (patch) | |
tree | 705c018fa2ed9ae504cb97b81029631680597588 | |
parent | e529fac356704d0341fba385e6c8fddc97d6ff95 (diff) | |
parent | 1840802dbd9a882970345c13d635a743e44f3ef9 (diff) | |
download | rspamd-452bf19ced0c346c616ea3301cde2531ef617033.tar.gz rspamd-452bf19ced0c346c616ea3301cde2531ef617033.zip |
Merge pull request #4642 from twesterhever/temp-cue-attachments
[Minor] Treat *.cue attachments as harmful
-rw-r--r-- | src/plugins/lua/mime_types.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index 939251630..bfe0d6327 100644 --- a/src/plugins/lua/mime_types.lua +++ b/src/plugins/lua/mime_types.lua @@ -55,6 +55,7 @@ local settings = { bat = 2, chm = 4, com = 2, + cue = 2, exe = 1, hta = 2, iso = 4, |