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-normal.inc

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

worker-normal.inc 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
bind_socket = "*:11333";
Open commit View diff
1 bind_socket = "*:11333";
andryyy almost 5 years ago 98a778a

[Rspamd] Increase task timeout to prevent expensive tasks to cause a timeout; Set max size for macro scans to 3 MiB

Full commit hash
98a778a0597551c56a3f58437df2d5030d53b8d8
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
2
task_timeout = 25s;
Open commit View diff
2 task_timeout = 25s;
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
3
count = 1;
Open commit View diff
3 count = 1;
andryyy almost 6 years ago e5f0e1d

[Rspamd] Fix prio for includes in overrides

Full commit hash
e5f0e1da44d24ed39993d1ce9d579c286e4045d6
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
4
.include(try=true; priority=30) "$CONFDIR/override.d/worker-normal.custom.inc"
Open commit View diff
4 .include(try=true; priority=30) "$CONFDIR/override.d/worker-normal.custom.inc"