committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
@@ -48,7 +48,7 @@ antivirus {
|
||||
# symbol_name = "pattern";
|
||||
#CLAM_PROTOCOL_ERROR = '^unhandled response';
|
||||
#}
|
||||
# `whitelist` points to a map of IP addresses. Mail from these addresses is not scanned.
|
||||
# `whitelist` points to a map of signature names. Hits on these signatures are ignored.
|
||||
#whitelist = "/etc/rspamd/antivirus.wl";
|
||||
#}
|
||||
|
||||
|
||||
@@ -14,12 +14,7 @@
|
||||
|
||||
rbl {
|
||||
default_exclude_users = true;
|
||||
default_exclude_local = true;
|
||||
default_unknown = true;
|
||||
default_dkim_domainonly = true;
|
||||
default_dkim_match_from = false;
|
||||
default_ipv4 = true;
|
||||
default_ipv6 = true;
|
||||
|
||||
url_whitelist = [
|
||||
"https://maps.rspamd.com/rspamd/surbl-whitelist.inc.zst",
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
# Relevant documentation: https://rspamd.com/doc/configuration/options.html
|
||||
|
||||
filters = "chartable,dkim,regexp,fuzzy_check";
|
||||
raw_mode = false;
|
||||
one_shot = false;
|
||||
cache_file = "$DBDIR/symbols.cache";
|
||||
# How often maps are checked (
|
||||
|
||||
@@ -44,8 +44,9 @@ classifier "bayes" {
|
||||
|
||||
# Autolearn sample
|
||||
# autolearn {
|
||||
# spam_threshold = 6.0; # When to learn spam (score >= threshold)
|
||||
# ham_threshold = -0.5; # When to learn ham (score <= threshold)
|
||||
# spam_threshold = 6.0; # When to learn spam (score >= threshold and action is reject)
|
||||
# junk_threshold = 4.0; # When to learn spam (score >= threshold and action is rewrite subject or add header, and has two or more positive results)
|
||||
# ham_threshold = -0.5; # When to learn ham (score <= threshold and action is no action, and score is negative or has three or more negative results)
|
||||
# check_balance = true; # Check spam and ham balance
|
||||
# min_balance = 0.9; # Keep diff for spam/ham learns for at least this value
|
||||
#}
|
||||
|
||||
Reference in New Issue
Block a user