[Rspamd] Remove score for CTYPE_MIXED_BOGUS and ARC_REJECT, increase DNS timeout
commit
1b35376252
|
@ -43,3 +43,6 @@ group "policies" {
|
||||||
score = 4.0;
|
score = 4.0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
symbol "CTYPE_MIXED_BOGUS" {
|
||||||
|
score = 0.0;
|
||||||
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ dns {
|
||||||
}
|
}
|
||||||
map_watch_interval = 30s;
|
map_watch_interval = 30s;
|
||||||
dns {
|
dns {
|
||||||
timeout = 4s;
|
timeout = 15s;
|
||||||
retransmits = 5;
|
retransmits = 5;
|
||||||
}
|
}
|
||||||
disable_monitored = true;
|
disable_monitored = true;
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
symbols = {
|
||||||
|
"ARC_REJECT" {
|
||||||
|
weight = 0.0;
|
||||||
|
}
|
||||||
|
}
|
|
@ -57,3 +57,6 @@ body.modal-open {
|
||||||
min-height:100px;
|
min-height:100px;
|
||||||
height:100px;
|
height:100px;
|
||||||
}
|
}
|
||||||
|
.nav-tabs>li>a {
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue