NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
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.

statistic.conf on main
Author Date Commit Line Code
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
1
classifier "bayes" {
Open commit View diff
1 classifier "bayes" {
Dmitriy Alekseev almost 2 years ago 8753ea2

[Rspamd] Fix bayes config (#6000)

Full commit hash
8753ea2be61d886de220b7ceff77d98c179dc22c
Author
Dmitriy Alekseev <[email protected]>
Date
almost 2 years ago
Selected line
2
    # name = "custom";  # 'name' parameter must be set if multiple classifiers are defined
Open commit View diff
2 # name = "custom"; # 'name' parameter must be set if multiple classifiers are defined
same change 8753ea2

[Rspamd] Fix bayes config (#6000)

Full commit hash
8753ea2be61d886de220b7ceff77d98c179dc22c
Author
Dmitriy Alekseev <[email protected]>
Date
almost 2 years ago
Selected line
3
    learn_condition = 'return require("lua_bayes_learn").can_learn';
Open commit View diff
3 learn_condition = 'return require("lua_bayes_learn").can_learn';
same change 8753ea2

[Rspamd] Fix bayes config (#6000)

Full commit hash
8753ea2be61d886de220b7ceff77d98c179dc22c
Author
Dmitriy Alekseev <[email protected]>
Date
almost 2 years ago
Selected line
4
    new_schema = true;
Open commit View diff
4 new_schema = true;
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
5
    tokenizer {
Open commit View diff
5 tokenizer {
André almost 8 years ago e2ed2ea

[Rspamd] Remove per_user settings as they were pretty much useless, some minor changes to bayes"

Full commit hash
e2ed2eab53414204b3ee9ffb86dc1e977e955410
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
6
      name = "osb";
Open commit View diff
6 name = "osb";
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
7
    }
Open commit View diff
7 }
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
8
    backend = "redis";
Open commit View diff
8 backend = "redis";
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
9
    min_tokens = 11;
Open commit View diff
9 min_tokens = 11;
André almost 8 years ago e2ed2ea

[Rspamd] Remove per_user settings as they were pretty much useless, some minor changes to bayes"

Full commit hash
e2ed2eab53414204b3ee9ffb86dc1e977e955410
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
10
    min_learns = 5;
Open commit View diff
10 min_learns = 5;
Dmitriy Alekseev almost 2 years ago 8753ea2

[Rspamd] Fix bayes config (#6000)

Full commit hash
8753ea2be61d886de220b7ceff77d98c179dc22c
Author
Dmitriy Alekseev <[email protected]>
Date
almost 2 years ago
Selected line
11
    expire = 7776000;
Open commit View diff
11 expire = 7776000;
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
12
    statfile {
Open commit View diff
12 statfile {
andryyy almost 7 years ago ee57b59

[Rspamd] Various fixes for Rspamd 2.0, neural network activated, autolearning activated (auto-keeps a ratio)

Full commit hash
ee57b5921f59e7f49dabdb37d8ae93d8a7744aab
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
13
      symbol = "BAYES_HAM";
Open commit View diff
13 symbol = "BAYES_HAM";
same change ee57b59

[Rspamd] Various fixes for Rspamd 2.0, neural network activated, autolearning activated (auto-keeps a ratio)

Full commit hash
ee57b5921f59e7f49dabdb37d8ae93d8a7744aab
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
14
      spam = false;
Open commit View diff
14 spam = false;
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
15
    }
Open commit View diff
15 }
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
16
    statfile {
Open commit View diff
16 statfile {
andryyy almost 7 years ago ee57b59

[Rspamd] Various fixes for Rspamd 2.0, neural network activated, autolearning activated (auto-keeps a ratio)

Full commit hash
ee57b5921f59e7f49dabdb37d8ae93d8a7744aab
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
17
      symbol = "BAYES_SPAM";
Open commit View diff
17 symbol = "BAYES_SPAM";
same change ee57b59

[Rspamd] Various fixes for Rspamd 2.0, neural network activated, autolearning activated (auto-keeps a ratio)

Full commit hash
ee57b5921f59e7f49dabdb37d8ae93d8a7744aab
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
18
      spam = true;
Open commit View diff
18 spam = true;
same change ee57b59

[Rspamd] Various fixes for Rspamd 2.0, neural network activated, autolearning activated (auto-keeps a ratio)

Full commit hash
ee57b5921f59e7f49dabdb37d8ae93d8a7744aab
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
19
    }
Open commit View diff
19 }
same change ee57b59

[Rspamd] Various fixes for Rspamd 2.0, neural network activated, autolearning activated (auto-keeps a ratio)

Full commit hash
ee57b5921f59e7f49dabdb37d8ae93d8a7744aab
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
20
    autolearn {
Open commit View diff
20 autolearn {
same change ee57b59

[Rspamd] Various fixes for Rspamd 2.0, neural network activated, autolearning activated (auto-keeps a ratio)

Full commit hash
ee57b5921f59e7f49dabdb37d8ae93d8a7744aab
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
21
      spam_threshold = 12.0;
Open commit View diff
21 spam_threshold = 12.0;
same change ee57b59

[Rspamd] Various fixes for Rspamd 2.0, neural network activated, autolearning activated (auto-keeps a ratio)

Full commit hash
ee57b5921f59e7f49dabdb37d8ae93d8a7744aab
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
22
      ham_threshold = -4.5;
Open commit View diff
22 ham_threshold = -4.5;
same change ee57b59

[Rspamd] Various fixes for Rspamd 2.0, neural network activated, autolearning activated (auto-keeps a ratio)

Full commit hash
ee57b5921f59e7f49dabdb37d8ae93d8a7744aab
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
23
      check_balance = true;
Open commit View diff
23 check_balance = true;
same change ee57b59

[Rspamd] Various fixes for Rspamd 2.0, neural network activated, autolearning activated (auto-keeps a ratio)

Full commit hash
ee57b5921f59e7f49dabdb37d8ae93d8a7744aab
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
24
      min_balance = 0.9;
Open commit View diff
24 min_balance = 0.9;
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
25
    }
Open commit View diff
25 }
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
26
}
Open commit View diff
26 }