[Rspamd] Reduce SOGO_CONTACT score to -99

master
andryyy 2019-02-23 23:46:01 +01:00
parent db17a304b0
commit 108e808d06
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ foreach (wl_by_sogo() as $user => $contacts) {
}
?>
apply "default" {
SOGO_CONTACT = -999.0;
SOGO_CONTACT = -99.0;
}
symbols [
"SOGO_CONTACT"
@ -425,4 +425,4 @@ while ($row = array_shift($rows)) {
<?php
}
?>
}
}