mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Update multimap.conf (#3611)
Reworked, make local whitelist by E-Mail-Adress possible....
This commit is contained in:
@@ -9,12 +9,21 @@ extension_blacklist {
|
||||
map = "/${LOCAL_CONFDIR}/local.d/bad_file_extensions.map";
|
||||
symbol = "FILENAME_BLACKLISTED";
|
||||
score 1000;
|
||||
}
|
||||
}
|
||||
|
||||
WHITELIST_SENDER_DOMAIN {
|
||||
type = "from";
|
||||
filter = "email:domain";
|
||||
map = "/${LOCAL_CONFDIR}/local.d/whitelist_sender_domains.map";
|
||||
score = -1000
|
||||
score = -1000;
|
||||
}
|
||||
|
||||
local_wl_from {
|
||||
type = "from";
|
||||
map = "$CONFDIR/maps.d/local_wl_from.inc";
|
||||
symbol = "LOCAL_WL_FROM";
|
||||
description = "Whitelist map for LOCAL_WL_FROM";
|
||||
score = -1000;
|
||||
}
|
||||
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user