[Rspamd] Reduce SOGO_CONTACT score to -99
parent
db17a304b0
commit
108e808d06
|
@ -179,7 +179,7 @@ foreach (wl_by_sogo() as $user => $contacts) {
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
apply "default" {
|
apply "default" {
|
||||||
SOGO_CONTACT = -999.0;
|
SOGO_CONTACT = -99.0;
|
||||||
}
|
}
|
||||||
symbols [
|
symbols [
|
||||||
"SOGO_CONTACT"
|
"SOGO_CONTACT"
|
||||||
|
@ -425,4 +425,4 @@ while ($row = array_shift($rows)) {
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue