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

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

milter_headers.conf on main
Author Date Commit Line Code
andryyy over 6 years ago 537b7da

[Rspamd] Add fuzzy hashes to headers, if matched

Full commit hash
537b7dad1453ae0bcbf4265fde5e69f7feb7f1ca
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
1
use = ["spam-header", "x-spamd-result", "x-rspamd-queue-id", "authentication-results", "fuzzy-hashes"];
Open commit View diff
1 use = ["spam-header", "x-spamd-result", "x-rspamd-queue-id", "authentication-results", "fuzzy-hashes"];
andryyy about 9 years ago a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
2
skip_local = false;
Open commit View diff
2 skip_local = false;
andryyy about 9 years ago 44197c4

Do not add milter headers for authenticated users

Full commit hash
44197c410edfb50d8b9d981d7fc6de4240bca946
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
3
skip_authenticated = true;
Open commit View diff
3 skip_authenticated = true;
andryyy about 9 years ago a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
4
routines {
Open commit View diff
4 routines {
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
5
  spam-header {
Open commit View diff
5 spam-header {
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
6
    header = "X-Spam-Flag";
Open commit View diff
6 header = "X-Spam-Flag";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
7
    value = "YES";
Open commit View diff
7 value = "YES";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
8
    remove = 1;
Open commit View diff
8 remove = 1;
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
9
  }
Open commit View diff
9 }
andryyy over 7 years ago 869e01a

[Rspamd] Add fuzzy hash to msg

Full commit hash
869e01a9a74c6e44ea79cf854faf1fa5c779b268
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
10
  fuzzy-hashes {
Open commit View diff
10 fuzzy-hashes {
same change 869e01a

[Rspamd] Add fuzzy hash to msg

Full commit hash
869e01a9a74c6e44ea79cf854faf1fa5c779b268
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
11
    header = "X-Rspamd-Fuzzy";
Open commit View diff
11 header = "X-Rspamd-Fuzzy";
same change 869e01a

[Rspamd] Add fuzzy hash to msg

Full commit hash
869e01a9a74c6e44ea79cf854faf1fa5c779b268
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
12
  }
Open commit View diff
12 }
andryyy about 9 years ago a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
13
  authentication-results {
Open commit View diff
13 authentication-results {
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
14
    header = "Authentication-Results";
Open commit View diff
14 header = "Authentication-Results";
andryyy about 7 years ago 395f0f7

[Rspamd] Remove authenticated user from auth results header

Full commit hash
395f0f7a3d0d58f584149eeb5d33991dd468cd10
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
15
    add_smtp_user = false;
Open commit View diff
15 add_smtp_user = false;
andryyy over 6 years ago 537b7da

[Rspamd] Add fuzzy hashes to headers, if matched

Full commit hash
537b7dad1453ae0bcbf4265fde5e69f7feb7f1ca
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
16
    remove = 1;
Open commit View diff
16 remove = 1;
andryyy about 9 years ago a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
17
    spf_symbols {
Open commit View diff
17 spf_symbols {
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
18
      pass = "R_SPF_ALLOW";
Open commit View diff
18 pass = "R_SPF_ALLOW";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
19
      fail = "R_SPF_FAIL";
Open commit View diff
19 fail = "R_SPF_FAIL";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
20
      softfail = "R_SPF_SOFTFAIL";
Open commit View diff
20 softfail = "R_SPF_SOFTFAIL";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
21
      neutral = "R_SPF_NEUTRAL";
Open commit View diff
21 neutral = "R_SPF_NEUTRAL";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
22
      temperror = "R_SPF_DNSFAIL";
Open commit View diff
22 temperror = "R_SPF_DNSFAIL";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
23
      none = "R_SPF_NA";
Open commit View diff
23 none = "R_SPF_NA";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
24
      permerror = "R_SPF_PERMFAIL";
Open commit View diff
24 permerror = "R_SPF_PERMFAIL";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
25
    }
Open commit View diff
25 }
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
26
    dkim_symbols {
Open commit View diff
26 dkim_symbols {
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
27
      pass = "R_DKIM_ALLOW";
Open commit View diff
27 pass = "R_DKIM_ALLOW";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
28
      fail = "R_DKIM_REJECT";
Open commit View diff
28 fail = "R_DKIM_REJECT";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
29
      temperror = "R_DKIM_TEMPFAIL";
Open commit View diff
29 temperror = "R_DKIM_TEMPFAIL";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
30
      none = "R_DKIM_NA";
Open commit View diff
30 none = "R_DKIM_NA";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
31
      permerror = "R_DKIM_PERMFAIL";
Open commit View diff
31 permerror = "R_DKIM_PERMFAIL";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
32
    }
Open commit View diff
32 }
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
33
    dmarc_symbols {
Open commit View diff
33 dmarc_symbols {
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
34
      pass = "DMARC_POLICY_ALLOW";
Open commit View diff
34 pass = "DMARC_POLICY_ALLOW";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
35
      permerror = "DMARC_BAD_POLICY";
Open commit View diff
35 permerror = "DMARC_BAD_POLICY";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
36
      temperror = "DMARC_DNSFAIL";
Open commit View diff
36 temperror = "DMARC_DNSFAIL";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
37
      none = "DMARC_NA";
Open commit View diff
37 none = "DMARC_NA";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
38
      reject = "DMARC_POLICY_REJECT";
Open commit View diff
38 reject = "DMARC_POLICY_REJECT";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
39
      softfail = "DMARC_POLICY_SOFTFAIL";
Open commit View diff
39 softfail = "DMARC_POLICY_SOFTFAIL";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
40
      quarantine = "DMARC_POLICY_QUARANTINE";
Open commit View diff
40 quarantine = "DMARC_POLICY_QUARANTINE";
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
41
    }
Open commit View diff
41 }
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
42
  }
Open commit View diff
42 }
same change a41cafa

Switch to Rspamds milter interface

Full commit hash
a41cafac3e33eb40badd7867e77999eb5dfcbba4
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
43
}
Open commit View diff
43 }