[Rspamd] Disable extension cloaking (#3754)

master
Dmitriy Alekseev 2020-09-12 13:20:55 +03:00 committed by GitHub
parent 17efb1c9ed
commit eb12c2f8cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View 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;
}
}