From 0a96320969c478f8d7764f39996a45f60b2e988a Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Fri, 24 Feb 2017 18:22:35 +0200 Subject: [PATCH] [Minor] Fix domain used for monitoring --- src/plugins/surbl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/surbl.c b/src/plugins/surbl.c index 4f43e7382..e9f11d000 100644 --- a/src/plugins/surbl.c +++ b/src/plugins/surbl.c @@ -719,7 +719,7 @@ surbl_module_config (struct rspamd_config *cfg) } monitored_opts = ucl_object_typed_new (UCL_OBJECT); - ucl_object_insert_key (monitored_opts, ucl_object_fromstring ("facebook"), + ucl_object_insert_key (monitored_opts, ucl_object_fromstring ("facebook.com"), "prefix", 0, false); ucl_object_insert_key (monitored_opts, ucl_object_fromstring ("nxdomain"), "rcode", 0, false); -- 2.39.5