Add experimental watchdog

This commit is contained in:
andryyy
2017-09-20 10:56:49 +02:00
parent 719aa1a391
commit a8fb1d3f4f
9 changed files with 348 additions and 2 deletions

View File

@@ -17,3 +17,20 @@ group "bayes" {
description = "Message probably ham, probability: ";
}
}
group "MX" {
symbol "MX_INVALID" {
score = 0.5;
description = "No connectable MX";
one_shot = "true";
}
symbol "MX_MISSING" {
score = 2.0;
description = "No MX record";
one_shot = "true";
}
symbol "MX_GOOD" {
score = -0.01;
description = "MX was ok";
one_shot = "true";
}
}