1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-26 05:27:29 +02:00

[Rspamd] Fix scores of UCE

This commit is contained in:
andryyy 2019-08-22 22:08:22 +02:00
parent 084eb008a1
commit e342016534
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

@ -1,8 +1,8 @@
symbols = {
"RBL_UCEPROTECT_LEVEL1" {
score = 2.5;
}
"RBL_UCEPROTECT_LEVEL2" {
score = 3.5;
}
"RBL_UCEPROTECT_LEVEL2" {
score = 1.5;
}
}