mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-11-28 08:52:00 +02:00
[Rspamd] Disable extension cloaking (#3754)
This commit is contained in:
parent
17efb1c9ed
commit
eb12c2f8cd
7
data/conf/rspamd/local.d/mime_types_group.conf
Normal file
7
data/conf/rspamd/local.d/mime_types_group.conf
Normal file
@ -0,0 +1,7 @@
|
||||
symbols = {
|
||||
"MIME_DOUBLE_BAD_EXTENSION" {
|
||||
weight = 0; # This rule has dynamic weight up to 4.0
|
||||
description = "Bad extension cloaking";
|
||||
one_shot = true;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user