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

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

force_actions.conf on main
Author Date Commit Line Code
andryyy over 9 years ago 95cbfe3

Move mail to spam when DKIM fails, ignore when white/blacklist and honor other actions

Full commit hash
95cbfe366130023acaa42f59617dd6d9e11a53bc
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
1
rules {
Open commit View diff
1 rules {
andryyy about 9 years ago d64ed65

Add multimap and forced actions for forwarded_hosts, removed from settings

Full commit hash
d64ed65575e3a287a78ba7f976b96dd1006f7a9a
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
2
  WHITELIST_FORWARDING_HOST_NO_REJECT {
Open commit View diff
2 WHITELIST_FORWARDING_HOST_NO_REJECT {
Michael Kuron over 6 years ago ca4c7c5

[rspamd] Restore add header forced action (#3440)

Full commit hash
ca4c7c51dc92f07b321e2eac47453f9891d52181
Author
Michael Kuron <[email protected]>
Date
over 6 years ago
Selected line
3
    action = "add header";
Open commit View diff
3 action = "add header";
Michael Kuron about 9 years ago 759f21a

Consistent symbol names for forwarding hosts

Full commit hash
759f21ac6b6c872654f5799b39bb6715b8447596
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
4
    expression = "WHITELISTED_FWD_HOST";
Open commit View diff
4 expression = "WHITELISTED_FWD_HOST";
Michael Kuron almost 9 years ago 3d9c161

Forwarding hosts: treat soft reject like greylist

Full commit hash
3d9c161be193b8d026bda8b1f938c2584ce3e7cf
Author
Michael Kuron <[email protected]>
Date
almost 9 years ago
Selected line
5
    require_action = ["reject"];
Open commit View diff
5 require_action = ["reject"];
andryyy about 9 years ago d64ed65

Add multimap and forced actions for forwarded_hosts, removed from settings

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

Add multimap and forced actions for forwarded_hosts, removed from settings

Full commit hash
d64ed65575e3a287a78ba7f976b96dd1006f7a9a
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
7
  WHITELIST_FORWARDING_HOST_NO_GREYLIST {
Open commit View diff
7 WHITELIST_FORWARDING_HOST_NO_GREYLIST {
same change d64ed65

Add multimap and forced actions for forwarded_hosts, removed from settings

Full commit hash
d64ed65575e3a287a78ba7f976b96dd1006f7a9a
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
8
    action = "no action";
Open commit View diff
8 action = "no action";
Michael Kuron about 9 years ago 759f21a

Consistent symbol names for forwarding hosts

Full commit hash
759f21ac6b6c872654f5799b39bb6715b8447596
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
9
    expression = "WHITELISTED_FWD_HOST";
Open commit View diff
9 expression = "WHITELISTED_FWD_HOST";
Michael Kuron almost 9 years ago 3d9c161

Forwarding hosts: treat soft reject like greylist

Full commit hash
3d9c161be193b8d026bda8b1f938c2584ce3e7cf
Author
Michael Kuron <[email protected]>
Date
almost 9 years ago
Selected line
10
    require_action = ["greylist", "soft reject"];
Open commit View diff
10 require_action = ["greylist", "soft reject"];
andryyy about 9 years ago d64ed65

Add multimap and forced actions for forwarded_hosts, removed from settings

Full commit hash
d64ed65575e3a287a78ba7f976b96dd1006f7a9a
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
11
  }
Open commit View diff
11 }
andryyy over 9 years ago 95cbfe3

Move mail to spam when DKIM fails, ignore when white/blacklist and honor other actions

Full commit hash
95cbfe366130023acaa42f59617dd6d9e11a53bc
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
12
}
Open commit View diff
12 }