Merge pull request #1 from marrco/MX_invalid-fix
Temporay fix to MX values
This commit is contained in:
commit
b311f80a76
@ -17,3 +17,20 @@ group "bayes" {
|
|||||||
description = "Message probably ham, probability: ";
|
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";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user