[Rspamd] Rate .doc with +10, decrease default bayes ham score
parent
a8a1e779d9
commit
5a0df09361
|
@ -10,6 +10,7 @@ bad_extensions = {
|
||||||
ace = 4,
|
ace = 4,
|
||||||
arj = 4,
|
arj = 4,
|
||||||
cab = 3,
|
cab = 3,
|
||||||
|
doc = 10,
|
||||||
};
|
};
|
||||||
|
|
||||||
# Extensions that are particularly penalized for archives
|
# Extensions that are particularly penalized for archives
|
||||||
|
|
|
@ -4,7 +4,7 @@ symbols = {
|
||||||
description = "Message probably spam, probability: ";
|
description = "Message probably spam, probability: ";
|
||||||
}
|
}
|
||||||
"BAYES_HAM" {
|
"BAYES_HAM" {
|
||||||
weight = -10.5;
|
weight = -5.5;
|
||||||
description = "Message probably ham, probability: ";
|
description = "Message probably ham, probability: ";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue