mailcow/data/conf/rspamd/local.d/neural_group.conf

11 lines
207 B
Plaintext

symbols = {
"NEURAL_SPAM" {
weight = 4.0; # sample weight
description = "Neural network spam";
}
"NEURAL_HAM" {
weight = -4.0; # sample weight
description = "Neural network ham";
}
}