Page MenuHomeWMGMC Issues

No OneTemporary

diff --git a/data/conf/rspamd/local.d/mime_types.conf b/data/conf/rspamd/local.d/mime_types.conf
index 37d78ff4..5d829826 100644
--- a/data/conf/rspamd/local.d/mime_types.conf
+++ b/data/conf/rspamd/local.d/mime_types.conf
@@ -1,45 +1,47 @@
# Extensions that are treated as 'bad'
# Number is score multiply factor
bad_extensions = {
scr = 20,
lnk = 20,
exe = 20,
msi = 1,
msp = 1,
msu = 1,
jar = 2,
com = 20,
bat = 4,
cmd = 4,
ps1 = 4,
ace = 4,
arj = 4,
cab = 3,
vbs = 20,
hta = 4,
shs = 4,
wsc = 4,
wsf = 4,
+ iso = 8,
+ img = 8
};
# Extensions that are particularly penalized for archives
bad_archive_extensions = {
pptx = 0.5,
docx = 0.5,
xlsx = 0.5,
pdf = 1.0,
jar = 3,
js = 0.5,
vbs = 20,
exe = 20
};
# Used to detect another archive in archive
archive_extensions = {
zip = 1,
arj = 1,
rar = 1,
ace = 1,
7z = 1,
- cab = 1,
+ cab = 1
};

File Metadata

Mime Type
text/x-diff
Expires
9月 9 Tue, 5:41 AM (7 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5323
默认替代文本
(955 B)

Event Timeline