[Rspamd, Postfix] Move PTR check to Postfix
parent
3453207301
commit
99326f81de
|
@ -0,0 +1,5 @@
|
||||||
|
symbols = {
|
||||||
|
"HFILTER_HOSTNAME_UNKNOWN" {
|
||||||
|
score = 10.0;
|
||||||
|
}
|
||||||
|
}
|
|
@ -26,6 +26,7 @@ group "MX" {
|
||||||
one_shot = true;
|
one_shot = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
symbol "CTYPE_MIXED_BOGUS" {
|
symbol "CTYPE_MIXED_BOGUS" {
|
||||||
score = 0.0;
|
score = 0.0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue