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/override.d/worker-fuzzy.inc

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

worker-fuzzy.inc on main
Author Date Commit Line Code
andryyy over 7 years ago bb065db

[Rspamd] Add fuzzy worker with worker-fuzzy.inc

Full commit hash
bb065dbc22769669f1ef8550f1ab37140e417437
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
1
# Socket to listen on (UDP and TCP from rspamd 1.3)
Open commit View diff
1 # Socket to listen on (UDP and TCP from rspamd 1.3)
same change bb065db

[Rspamd] Add fuzzy worker with worker-fuzzy.inc

Full commit hash
bb065dbc22769669f1ef8550f1ab37140e417437
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
2
bind_socket = "*:11445";
Open commit View diff
2 bind_socket = "*:11445";
same change bb065db

[Rspamd] Add fuzzy worker with worker-fuzzy.inc

Full commit hash
bb065dbc22769669f1ef8550f1ab37140e417437
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
3
allow_update = ["127.0.0.1", "::1"];
Open commit View diff
3 allow_update = ["127.0.0.1", "::1"];
same change bb065db

[Rspamd] Add fuzzy worker with worker-fuzzy.inc

Full commit hash
bb065dbc22769669f1ef8550f1ab37140e417437
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
4
# Number of processes to serve this storage (useful for read scaling)
Open commit View diff
4 # Number of processes to serve this storage (useful for read scaling)
andryyy over 6 years ago 27de9db

[Rspamd] Slight changes to improve memory usage

Full commit hash
27de9dbf92c090b3504bc14404e3cca511883b71
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
5
count = 1;
Open commit View diff
5 count = 1;
andryyy over 7 years ago bb065db

[Rspamd] Add fuzzy worker with worker-fuzzy.inc

Full commit hash
bb065dbc22769669f1ef8550f1ab37140e417437
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
6
# Backend ("sqlite" or "redis" - default "sqlite")
Open commit View diff
6 # Backend ("sqlite" or "redis" - default "sqlite")
same change bb065db

[Rspamd] Add fuzzy worker with worker-fuzzy.inc

Full commit hash
bb065dbc22769669f1ef8550f1ab37140e417437
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
7
backend = "redis";
Open commit View diff
7 backend = "redis";
same change bb065db

[Rspamd] Add fuzzy worker with worker-fuzzy.inc

Full commit hash
bb065dbc22769669f1ef8550f1ab37140e417437
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
8
# Hashes storage time (3 months)
Open commit View diff
8 # Hashes storage time (3 months)
same change bb065db

[Rspamd] Add fuzzy worker with worker-fuzzy.inc

Full commit hash
bb065dbc22769669f1ef8550f1ab37140e417437
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
9
expire = 90d;
Open commit View diff
9 expire = 90d;
same change bb065db

[Rspamd] Add fuzzy worker with worker-fuzzy.inc

Full commit hash
bb065dbc22769669f1ef8550f1ab37140e417437
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
10
# Synchronize updates to the storage each minute
Open commit View diff
10 # Synchronize updates to the storage each minute
same change bb065db

[Rspamd] Add fuzzy worker with worker-fuzzy.inc

Full commit hash
bb065dbc22769669f1ef8550f1ab37140e417437
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
11
sync = 1min;
Open commit View diff
11 sync = 1min;
same change bb065db

[Rspamd] Add fuzzy worker with worker-fuzzy.inc

Full commit hash
bb065dbc22769669f1ef8550f1ab37140e417437
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
12
Open commit View diff
12