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] Increase bulk header score
andryyy
5 years ago
parent
0405318215
commit
d883bb246b
1 changed files
with
1 additions
and
1 deletions
Split 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.0;
}
"BULK_HEADER" {
- score =
3.5
;
+ score =
4.0
;
}
}