saving uncommitted changes in /etc prior to dnf run
This commit is contained in:
@@ -105,6 +105,7 @@ rbl {
|
||||
ipv6 = true;
|
||||
checks = ['from', 'received'];
|
||||
is_whitelist = true;
|
||||
returncodes_matcher = "luapattern";
|
||||
whitelist_exception = "RCVD_IN_DNSWL";
|
||||
whitelist_exception = "RCVD_IN_DNSWL_NONE";
|
||||
whitelist_exception = "RCVD_IN_DNSWL_LOW";
|
||||
@@ -152,6 +153,7 @@ rbl {
|
||||
rbl = "dwl.dnswl.org";
|
||||
checks = ['dkim'];
|
||||
ignore_whitelist = true;
|
||||
returncodes_matcher = "luapattern";
|
||||
unknown = false;
|
||||
|
||||
returncodes {
|
||||
@@ -222,6 +224,7 @@ rbl {
|
||||
selector = "specific_urls_filter_map('surbl_hashbl_map', {limit = 10}).apply_methods('get_host', 'get_path').join_tables('/')",
|
||||
hash = 'md5';
|
||||
hash_len = 32;
|
||||
returncodes_matcher = "luapattern";
|
||||
returncodes = {
|
||||
SURBL_HASHBL_PHISH = "127.0.0.8";
|
||||
SURBL_HASHBL_MALWARE = "127.0.0.16";
|
||||
|
||||
Reference in New Issue
Block a user