diff options
Diffstat (limited to 'test/functional/configs/rbl.conf')
-rw-r--r-- | test/functional/configs/rbl.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/functional/configs/rbl.conf b/test/functional/configs/rbl.conf index 2f8cea637..4999e60d7 100644 --- a/test/functional/configs/rbl.conf +++ b/test/functional/configs/rbl.conf @@ -58,5 +58,18 @@ rbl { content_urls = true; no_ip = true; } + RBL_SELECTOR_SINGLE { + rbl = "test9.uribl"; + ignore_defaults = true; + selector = "helo()"; + } + RBL_SELECTOR_MULTIPLE { + rbl = "test9.uribl"; + ignore_defaults = true; + selector = { + sel_from = "from('smtp'):domain"; + sel_helo = "helo()"; + } + } } } |