diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2019-04-18 10:03:23 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2019-04-18 10:08:06 +0300 |
commit | 7bf9298501259406db79c24323b64fab48ea18e8 (patch) | |
tree | d6e222256decdde5aa56d87d544ea85065f10acc /src/plugins | |
parent | 942de46ab870d84b23897f4e2ce854d27b79f60f (diff) | |
download | rspamd-7bf9298501259406db79c24323b64fab48ea18e8.tar.gz rspamd-7bf9298501259406db79c24323b64fab48ea18e8.zip |
[Minor] Add "iso" to bad_extensions
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/lua/mime_types.lua | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index 04655beb0..51a63f6d5 100644 --- a/src/plugins/lua/mime_types.lua +++ b/src/plugins/lua/mime_types.lua @@ -46,12 +46,13 @@ local settings = { }, bad_extensions = { - scr = 4, - lnk = 4, + bat = 2, + com = 2, exe = 1, + iso = 4, jar = 2, - com = 2, - bat = 2, + lnk = 4, + scr = 4, -- Have you ever seen that in legit email? ace = 4, arj = 2, |