committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
@@ -136,7 +136,6 @@ rbl {
|
||||
}
|
||||
symbol = "BLOCKLISTDE";
|
||||
rbl = "bl.blocklist.de";
|
||||
ipv6 = true;
|
||||
checks = ['from', 'received'];
|
||||
}
|
||||
|
||||
@@ -160,6 +159,7 @@ rbl {
|
||||
RSPAMD_EMAILBL {
|
||||
ignore_whitelist = true;
|
||||
ignore_defaults = true;
|
||||
exclude_users = false;
|
||||
emails_delimiter = ".";
|
||||
hash_format = "base32";
|
||||
hash_len = 32;
|
||||
@@ -173,6 +173,7 @@ rbl {
|
||||
MSBL_EBL {
|
||||
ignore_whitelist = true;
|
||||
ignore_defaults = true;
|
||||
exclude_users = false;
|
||||
rbl = "ebl.msbl.org";
|
||||
checks = ['emails', 'replyto'];
|
||||
emails_domainonly = false;
|
||||
@@ -192,8 +193,9 @@ rbl {
|
||||
"SURBL_MULTI" {
|
||||
ignore_defaults = true;
|
||||
rbl = "multi.surbl.org";
|
||||
checks = ['emails', 'dkim', 'urls'];
|
||||
checks = ['emails', 'dkim', 'helo', 'rdns', 'replyto', 'urls'];
|
||||
emails_domainonly = true;
|
||||
exclude_users = false;
|
||||
|
||||
returnbits = {
|
||||
CRACKED_SURBL = 128; # From February 2016
|
||||
@@ -207,8 +209,9 @@ rbl {
|
||||
"URIBL_MULTI" {
|
||||
ignore_defaults = true;
|
||||
rbl = "multi.uribl.com";
|
||||
checks = ['emails', 'dkim', 'urls'];
|
||||
checks = ['emails', 'dkim', 'helo', 'rdns', 'replyto', 'urls'];
|
||||
emails_domainonly = true;
|
||||
exclude_users = false;
|
||||
|
||||
returnbits {
|
||||
URIBL_BLOCKED = 1;
|
||||
@@ -226,6 +229,7 @@ rbl {
|
||||
hash = 'blake2';
|
||||
hash_len = 32;
|
||||
hash_format = 'base32';
|
||||
exclude_users = false;
|
||||
|
||||
returncodes = {
|
||||
RSPAMD_URIBL = [
|
||||
@@ -240,6 +244,7 @@ rbl {
|
||||
no_ip = true;
|
||||
checks = ['emails', 'dkim', 'helo', 'rdns', 'replyto', 'urls'];
|
||||
emails_domainonly = true;
|
||||
exclude_users = false;
|
||||
|
||||
returncodes = {
|
||||
# spam domain
|
||||
|
||||
Reference in New Issue
Block a user