[Rspamd, Postfix] Move PTR check to Postfix

This commit is contained in:
andryyy
2019-11-14 10:16:51 +01:00
parent 3453207301
commit 99326f81de
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
symbols = {
"HFILTER_HOSTNAME_UNKNOWN" {
score = 10.0;
}
}

View File

@@ -26,6 +26,7 @@ group "MX" {
one_shot = true;
}
}
symbol "CTYPE_MIXED_BOGUS" {
score = 0.0;
}