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
Commit
[Rspamd] Change whitelisted senders map from prefilter to score -2050
414cbbef
data/conf/rspamd/local.d/multimap.conf | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
Diff
diff --git a/data/conf/rspamd/local.d/multimap.conf b/data/conf/rspamd/local.d/multimap.conf
index 180e82ee..4ef5812c 100644
--- a/data/conf/rspamd/local.d/multimap.conf
+++ b/data/conf/rspamd/local.d/multimap.conf
@@ -46,8 +46,7 @@ GLOBAL_SMTP_FROM_WL {
type = "from";
map = "${LOCAL_CONFDIR}/custom/global_smtp_from_whitelist.map";
regexp = true;
- prefilter = true;
- action = "accept";
+ score = -2050;
}
GLOBAL_SMTP_FROM_BL {
@@ -63,8 +62,7 @@ GLOBAL_MIME_FROM_WL {
header = "from";
map = "${LOCAL_CONFDIR}/custom/global_mime_from_whitelist.map";
regexp = true;
- prefilter = true;
- action = "accept";
+ score = -2050;
}
GLOBAL_MIME_FROM_BL {
@@ -116,7 +114,7 @@ IP_WHITELIST {
type = "ip";
map = "${LOCAL_CONFDIR}/custom/ip_wl.map";
symbols_set = ["IP_WHITELIST"];
- score = -100;
+ score = -2050;
}
FISHY_TLD {