[Rspamd] Disable extension cloaking (#3754)
parent
17efb1c9ed
commit
eb12c2f8cd
|
@ -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