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/policies_group.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
symbols = {
2
"ARC_REJECT" {
3
score = 0.1;
4
}
5
"R_SPF_FAIL" {
6
score = 8.0;
7
}
8
"R_SPF_PERMFAIL" {
9
score = 8.0;
10
}
11
"R_SPF_SOFTFAIL" {
12
score = 0.1;
13
}
14
"R_DKIM_REJECT" {
15
score = 8.0;
16
}
17
"DMARC_POLICY_REJECT" {
18
weight = 16.0;
19
}
20
"DMARC_POLICY_QUARANTINE" {
21
weight = 8.0;
22
}
23
"DMARC_POLICY_SOFTFAIL" {
24
weight = 0.1;
25
}
26
}