From: Vsevolod Stakhov Date: Wed, 8 Feb 2023 12:04:34 +0000 (+0000) Subject: [Minor] Add RBL callback symbols to the `rbl` group X-Git-Tag: 3.5~65 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2207724a6c94a36fe597fc8ec7e0f197b90c3ec0;p=rspamd.git [Minor] Add RBL callback symbols to the `rbl` group --- diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index 75af371bc..e0cbf6960 100644 --- a/src/plugins/lua/rbl.lua +++ b/src/plugins/lua/rbl.lua @@ -1298,6 +1298,7 @@ rspamd_config:register_symbol{ callback = rbl_callback_white, name = 'RBL_CALLBACK_WHITE', flags = 'nice,empty,no_squeeze', + groups = {'rbl'}, augmentations = {string.format("timeout=%f", rspamd_config:get_dns_timeout() or 0.0)}, } @@ -1306,6 +1307,7 @@ rspamd_config:register_symbol{ callback = rbl_callback_fin, name = 'RBL_CALLBACK', flags = 'empty,no_squeeze', + groups = {'rbl'}, augmentations = {string.format("timeout=%f", rspamd_config:get_dns_timeout() or 0.0)}, }