public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/conf/rspamd/local.d/statistic.conf
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
classifier "bayes" {
2
# name = "custom"; # 'name' parameter must be set if multiple classifiers are defined
3
learn_condition = 'return require("lua_bayes_learn").can_learn';
4
new_schema = true;
5
tokenizer {
6
name = "osb";
7
}
8
backend = "redis";
9
min_tokens = 11;
10
min_learns = 5;
11
expire = 7776000;
12
statfile {
13
symbol = "BAYES_HAM";
14
spam = false;
15
}
16
statfile {
17
symbol = "BAYES_SPAM";
18
spam = true;
19
}
20
autolearn {
21
spam_threshold = 12.0;
22
ham_threshold = -4.5;
23
check_balance = true;
24
min_balance = 0.9;
25
}
26
}