diff options
Diffstat (limited to 'test/functional/configs/merged-override.conf')
-rw-r--r-- | test/functional/configs/merged-override.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/configs/merged-override.conf b/test/functional/configs/merged-override.conf index 752711369..c94d8df00 100644 --- a/test/functional/configs/merged-override.conf +++ b/test/functional/configs/merged-override.conf @@ -269,7 +269,7 @@ rbl { from = 'FAKE_RBL', } unknown = true; - matcher = "regexp"; + returncodes_matcher = "regexp"; returncodes = { "CODE_2" = '^127\.0\.0\.2$'; "CODE_3" = '^127\.0\.0\.3$'; @@ -284,7 +284,7 @@ rbl { rbl = "fake.wl"; symbol = "FAKE_WL_RBL_UNKNOWN"; unknown = true; - #matcher = "luapattern"; + #returncodes_matcher = "luapattern"; returncodes = { "FAKE_WL_RBL_CODE_2" = "127%.0%.0%.2"; "FAKE_WL_RBL_CODE_3" = "127%.0%.0%.3"; @@ -296,7 +296,7 @@ rbl { ignore_defaults = true; emails = true; emails_domainonly = true - matcher = "radix"; + returncodes_matcher = "radix"; returncodes = { RSPAMD_EMAILBL = "127.0.0.2/32"; } @@ -314,7 +314,7 @@ rbl { checks = ["numeric_urls"]; content_urls = true; rbl = "test9.uribl"; - matcher = "glob"; + returncodes_matcher = "glob"; returncodes = { URIBL_NUMERIC_CONTENT = "*.*.*.*"; } |