mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-03-29 09:52:45 +00:00
11 lines
207 B
Plaintext
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";
|
|
}
|
|
}
|