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/groups.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
"MAILCOW_AUTH" {
3
description = "mailcow authenticated";
4
score = -20.0;
5
}
6
"CTYPE_MIXED_BOGUS" {
7
score = 0.0;
8
}
9
"BAD_REP_POLICIES" {
10
score = 2.0;
11
}
12
"BAD_HEADER" {
13
score = 10.0;
14
}
15
"BULK_HEADER" {
16
score = 4.0;
17
}
18
"ENCRYPTED_CHAT" {
19
score = -20.0;
20
}
21
"SOGO_CONTACT" {
22
score = -99.0;
23
}
24
}
26
group "MX" {
27
"MX_INVALID" {
28
score = 0.5;
29
description = "No connectable MX";
30
one_shot = true;
31
}
32
"MX_MISSING" {
33
score = 2.0;
34
description = "No MX record";
35
one_shot = true;
36
}
37
"MX_GOOD" {
38
score = -0.01;
39
description = "MX was ok";
40
one_shot = true;
41
}
42
}
44
group "reputation" {
45
symbols = {
46
"IP_REPUTATION_HAM" {
47
weight = 1.0;
48
}
49
"IP_REPUTATION_SPAM" {
50
weight = 4.0;
51
}
52
"SENDER_REP_HAM" {
53
weight = 1.0;
54
}
55
"SENDER_REP_SPAM" {
56
weight = 2.0;
57
}
58
}
59
}