committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2024-02-02 14:02:38 +02:00
parent d28c0d8e44
commit ff685aec55
56 changed files with 139 additions and 61 deletions

View File

@@ -167,6 +167,7 @@ rbl {
RSPAMD_EMAILBL {
ignore_whitelist = true;
ignore_url_whitelist = true;
ignore_defaults = true;
exclude_users = false;
emails_delimiter = ".";
@@ -182,6 +183,7 @@ rbl {
MSBL_EBL {
ignore_whitelist = true;
ignore_url_whitelist = true;
ignore_defaults = true;
exclude_users = false;
rbl = "ebl.msbl.org";

View File

@@ -66,7 +66,7 @@ worker "rspamd_proxy" {
worker "fuzzy" {
bind_socket = "localhost:11335";
count = -1; # Disable by default
count = -1; # Disable by default, see #4677 for details
.include "$CONFDIR/worker-fuzzy.inc"
.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/worker-fuzzy.inc"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-fuzzy.inc"