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/fuzzy_check.conf

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

fuzzy_check.conf on main
Author Date Commit Line Code
André almost 8 years ago d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
1
rule "local" {
Open commit View diff
1 rule "local" {
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
2
    # Fuzzy storage server list
Open commit View diff
2 # Fuzzy storage server list
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
3
    servers = "localhost:11445";
Open commit View diff
3 servers = "localhost:11445";
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
4
    # Default symbol for unknown flags
Open commit View diff
4 # Default symbol for unknown flags
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
5
    symbol = "LOCAL_FUZZY_UNKNOWN";
Open commit View diff
5 symbol = "LOCAL_FUZZY_UNKNOWN";
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
6
    # Additional mime types to store/check
Open commit View diff
6 # Additional mime types to store/check
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
7
    mime_types = ["application/*"];
Open commit View diff
7 mime_types = ["application/*"];
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
8
    # Hash weight threshold for all maps
Open commit View diff
8 # Hash weight threshold for all maps
André almost 8 years ago 59c4cc0

[Rspamd] Deactivate neural but use a more aggressive learning method (no autolearn)

Full commit hash
59c4cc054e42c324cd107471fb1cae0c5a02bf08
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
9
    max_score = 100.0;
Open commit View diff
9 max_score = 100.0;
André almost 8 years ago d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
10
    # Whether we can learn this storage
Open commit View diff
10 # Whether we can learn this storage
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
11
    read_only = no;
Open commit View diff
11 read_only = no;
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
12
    # Ignore unknown flags
Open commit View diff
12 # Ignore unknown flags
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
13
    skip_unknown = yes;
Open commit View diff
13 skip_unknown = yes;
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
14
    # Hash generation algorithm
Open commit View diff
14 # Hash generation algorithm
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
15
    algorithm = "mumhash";
Open commit View diff
15 algorithm = "mumhash";
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
16
Open commit View diff
16
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
17
    # Map flags to symbols
Open commit View diff
17 # Map flags to symbols
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
18
    fuzzy_map = {
Open commit View diff
18 fuzzy_map = {
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
19
        LOCAL_FUZZY_DENIED {
Open commit View diff
19 LOCAL_FUZZY_DENIED {
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
20
            max_score = 10.0;
Open commit View diff
20 max_score = 10.0;
André almost 8 years ago 59c4cc0

[Rspamd] Deactivate neural but use a more aggressive learning method (no autolearn)

Full commit hash
59c4cc054e42c324cd107471fb1cae0c5a02bf08
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
21
            flag = 11;
Open commit View diff
21 flag = 11;
André almost 8 years ago d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
22
        }
Open commit View diff
22 }
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
23
        LOCAL_FUZZY_WHITE {
Open commit View diff
23 LOCAL_FUZZY_WHITE {
André almost 8 years ago 59c4cc0

[Rspamd] Deactivate neural but use a more aggressive learning method (no autolearn)

Full commit hash
59c4cc054e42c324cd107471fb1cae0c5a02bf08
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
24
            max_score = 5.0;
Open commit View diff
24 max_score = 5.0;
André almost 8 years ago d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
25
            flag = 13;
Open commit View diff
25 flag = 13;
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
26
        }
Open commit View diff
26 }
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
27
    }
Open commit View diff
27 }
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
28
}
Open commit View diff
28 }
same change d8f86ae

[Rspamd] Add local fuzzy worker

Full commit hash
d8f86ae488c109900cdc6a093a3deaa48296b09d
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
29
Open commit View diff
29
andryyy over 6 years ago e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
30
rule "mailcow" {
Open commit View diff
30 rule "mailcow" {
same change e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
31
    # Fuzzy storage server list
Open commit View diff
31 # Fuzzy storage server list
andryyy over 6 years ago 49d4f6f

[Rspamd] Set fixed name for fuzzy store

Full commit hash
49d4f6f89789db89603f0d15dcc19477f3330a11
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
32
    servers = "fuzzy.mailcow.email:11445";
Open commit View diff
32 servers = "fuzzy.mailcow.email:11445";
andryyy over 6 years ago e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
33
    # Default symbol for unknown flags
Open commit View diff
33 # Default symbol for unknown flags
same change e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
34
    symbol = "MAILCOW_FUZZY_UNKNOWN";
Open commit View diff
34 symbol = "MAILCOW_FUZZY_UNKNOWN";
same change e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
35
    # Additional mime types to store/check
Open commit View diff
35 # Additional mime types to store/check
same change e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
36
    mime_types = ["application/*"];
Open commit View diff
36 mime_types = ["application/*"];
same change e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
37
    # Hash weight threshold for all maps
Open commit View diff
37 # Hash weight threshold for all maps
same change e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
38
    max_score = 100.0;
Open commit View diff
38 max_score = 100.0;
same change e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
39
    # Whether we can learn this storage
Open commit View diff
39 # Whether we can learn this storage
same change e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
40
    read_only = yes;
Open commit View diff
40 read_only = yes;
same change e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
41
    # Ignore unknown flags
Open commit View diff
41 # Ignore unknown flags
same change e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
42
    skip_unknown = yes;
Open commit View diff
42 skip_unknown = yes;
same change e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
43
    # Hash generation algorithm
Open commit View diff
43 # Hash generation algorithm
same change e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
44
    algorithm = "mumhash";
Open commit View diff
44 algorithm = "mumhash";
andryyy almost 6 years ago 28041b1

[Rspamd] Encrypt fuzzy communication, switch to Rspamd 2.6

Full commit hash
28041b1d97afab6aca266c2e222edf54b7a60b9e
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
45
    # Encrypt connection
Open commit View diff
45 # Encrypt connection
same change 28041b1

[Rspamd] Encrypt fuzzy communication, switch to Rspamd 2.6

Full commit hash
28041b1d97afab6aca266c2e222edf54b7a60b9e
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
46
    encryption_key = "oa7xjgdr9u7w3hq1xbttas6brgau8qc17yi7ur5huaeq6paq8h4y";
Open commit View diff
46 encryption_key = "oa7xjgdr9u7w3hq1xbttas6brgau8qc17yi7ur5huaeq6paq8h4y";
andryyy over 6 years ago e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
47
    # Map flags to symbols
Open commit View diff
47 # Map flags to symbols
same change e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
48
    fuzzy_map = {
Open commit View diff
48 fuzzy_map = {
same change e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
49
        MAILCOW_FUZZY_DENIED {
Open commit View diff
49 MAILCOW_FUZZY_DENIED {
same change e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
50
            max_score = 10.0;
Open commit View diff
50 max_score = 10.0;
same change e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
51
            flag = 11;
Open commit View diff
51 flag = 11;
same change e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
52
        }
Open commit View diff
52 }
same change e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
53
    }
Open commit View diff
53 }
same change e1f165b

[Rspamd] Add mailcow fuzzy hash store

Full commit hash
e1f165b9dc7afefbba4083851f78f9c85b7621ed
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
54
}
Open commit View diff
54 }