summaryrefslogtreecommitdiffstats
path: root/test/functional/configs/merged-override.conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/configs/merged-override.conf')
-rw-r--r--test/functional/configs/merged-override.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/functional/configs/merged-override.conf b/test/functional/configs/merged-override.conf
index 04b879db6..28d554b83 100644
--- a/test/functional/configs/merged-override.conf
+++ b/test/functional/configs/merged-override.conf
@@ -302,6 +302,22 @@ rbl {
checks = ["numeric_urls"];
rbl = "test9.uribl";
}
+ URIBL_NUMERIC_IMAGES {
+ checks = ["numeric_urls"];
+ images = true;
+ rbl = "test9.uribl";
+ }
+ URIBL_NUMERIC_CONTENT {
+ checks = ["numeric_urls"];
+ content_urls = true;
+ rbl = "test9.uribl";
+ }
+ URIBL_NUMERIC_EVERYTHING {
+ checks = ["numeric_urls"];
+ images = true;
+ content_urls = true;
+ rbl = "test9.uribl";
+ }
URIBL_NOCONTENT {
rbl = "test9.uribl";
ignore_defaults = true;