diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-10-25 12:42:44 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-10-25 12:42:44 +0000 |
commit | b135022759cc30b4ee71f6aab833461cb604f6e4 (patch) | |
tree | ca7210d4660504520ecec6e9f440526cfaf1f3cd | |
parent | 15548d3dece592403973e9bb09c0665df84a2398 (diff) | |
download | rspamd-b135022759cc30b4ee71f6aab833461cb604f6e4.tar.gz rspamd-b135022759cc30b4ee71f6aab833461cb604f6e4.zip |
[Minor] Remove duplicate *.app attachment type
Reported by @fatalbanana.
-rw-r--r-- | src/plugins/lua/mime_types.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/lua/mime_types.lua b/src/plugins/lua/mime_types.lua index 63da399fd..ebd8a8028 100644 --- a/src/plugins/lua/mime_types.lua +++ b/src/plugins/lua/mime_types.lua @@ -63,7 +63,6 @@ local settings = { shtml = 1, -- Have you ever seen that in legit email? ace = 4, - app = 1, arj = 2, aspx = 1, asx = 2, |