This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
mailcow-dockerized
mirror of
https://github.com/mailcow/mailcow-dockerized
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
[Rspamd] Reduce CSA crap to 2.0
andryyy
5 years ago
parent
a529307603
commit
fc460fd806
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
data/conf/rspamd/local.d/groups.conf
+ 1
- 1
data/conf/rspamd/local.d/groups.conf
View File
@@ -10,7 +10,7 @@ symbols {
score = 2.5;
score = 2.5;
}
}
"BULK_HEADERS" {
"BULK_HEADERS" {
- score =
3.
2;
+ score = 2
.0
;
}
}
}
}