diff options
author | Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> | 2024-06-26 16:21:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-26 15:21:57 +0100 |
commit | 7b3fd1688c8d6634b67acced10f770792c928a91 (patch) | |
tree | 419784d75b7a46411d1c9a8f568709df8a770e7f /conf/scores.d | |
parent | ec1b9b8affaa66dd78f25f712040b3a1bb62fc39 (diff) | |
download | rspamd-7b3fd1688c8d6634b67acced10f770792c928a91.tar.gz rspamd-7b3fd1688c8d6634b67acced10f770792c928a91.zip |
Exclude MIME_BAD_UNICODE false positive (#5030)
* Update composites.conf
* Update composites.conf
* Update composites.conf
* Update composites.conf
* Update mime_types_group.conf
* Update mime_types_group.conf
* Update composites.conf
Diffstat (limited to 'conf/scores.d')
-rw-r--r-- | conf/scores.d/mime_types_group.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/scores.d/mime_types_group.conf b/conf/scores.d/mime_types_group.conf index 268709ee9..13778fe91 100644 --- a/conf/scores.d/mime_types_group.conf +++ b/conf/scores.d/mime_types_group.conf @@ -46,7 +46,7 @@ symbols = { one_shot = true; } "MIME_OBFUSCATED_ARCHIVE" { - weight = 8.0; + weight = 2.0; description = "Archive has files with clear obfuscation signs"; one_shot = true; } @@ -71,7 +71,7 @@ symbols = { one_shot = true; } "MIME_BAD_UNICODE" { - weight = 8.0; + weight = 2.0; description = "Filename with known obscured unicode characters"; one_shot = true; } |