[Rspamd] Remove score for CTYPE_MIXED_BOGUS and ARC_REJECT, increase DNS timeout

master
André 2018-05-28 18:49:23 +02:00
commit 1b35376252
4 changed files with 13 additions and 2 deletions

View File

@ -43,3 +43,6 @@ group "policies" {
score = 4.0;
}
}
symbol "CTYPE_MIXED_BOGUS" {
score = 0.0;
}

View File

@ -3,7 +3,7 @@ dns {
}
map_watch_interval = 30s;
dns {
timeout = 4s;
timeout = 15s;
retransmits = 5;
}
disable_monitored = true;

View File

@ -0,0 +1,5 @@
symbols = {
"ARC_REJECT" {
weight = 0.0;
}
}

View File

@ -56,4 +56,7 @@ body.modal-open {
.thumbnail img {
min-height:100px;
height:100px;
}
}
.nav-tabs>li>a {
z-index: 1;
}