This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
mirrors
/
mailcow-dockerized
espejo de
https://github.com/mailcow/mailcow-dockerized
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
[Rspamd] Increase bulk header score
andryyy
hace 5 años
padre
0405318215
commit
d883bb246b
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
data/conf/rspamd/local.d/groups.conf
+ 1
- 1
data/conf/rspamd/local.d/groups.conf
Ver fichero
@@ -10,7 +10,7 @@ symbols {
score = 2.0;
}
"BULK_HEADER" {
- score =
3.5
;
+ score =
4.0
;
}
}