committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2023-03-26 20:38:37 +03:00
parent cc404f64a0
commit 9a0e53350d
29 changed files with 316 additions and 327 deletions

View File

@@ -13,6 +13,15 @@
# Module documentation can be found at https://rspamd.com/doc/modules/multimap.html
multimap {
redirector {
type = "url";
filter = "tld";
map = "https://maps.rspamd.com/rspamd/redirectors.inc.zst";
symbol = "REDIRECTOR_URL";
description = "The presence of a redirector in the mail";
score = 0.0;
}
# Freemail Addresses
freemail_envfrom {
type = "from";
@@ -164,4 +173,3 @@ url_tld_re {
symbol = "URL_MAP_RE";
}
*/