diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-11-05 01:14:26 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-05 01:14:26 +0600 |
commit | 167b5b80f659d7a3431c3a6238edc00ffecef1f3 (patch) | |
tree | 8c307e6f276b474cc9c99beda912a054653a187e /src | |
parent | 78eea16898c25f85a1c866e3cc7d4a57813ec7c4 (diff) | |
parent | 76354f0668fae617940cdfb3a0625d072b8464e1 (diff) | |
download | rspamd-167b5b80f659d7a3431c3a6238edc00ffecef1f3.tar.gz rspamd-167b5b80f659d7a3431c3a6238edc00ffecef1f3.zip |
Merge pull request #5207 from twesterhever/temp-attachment-rdp
[Minor] Score *.rdp attachments as bad
Diffstat (limited to 'src')
-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 ec8e566f2..c69fa1e7b 100644 --- a/src/plugins/lua/mime_types.lua +++ b/src/plugins/lua/mime_types.lua @@ -75,6 +75,7 @@ local settings = { mht = 2, mhtml = 2, oqy = 2, + rdp = 2, rqy = 2, sfx = 2, slk = 2, |