X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=postlicyd%2Frbl.c;h=4e1ac277c0fb2eb5913481eecb73d440e84f51ad;hb=a66e19cd437595328f202cbde8d492d5f7e2205a;hp=911694a2b20c0a7c2e45a43a89a4dc56820f30dc;hpb=54ffb02d50692303ec08614c416c6718f01bf149;p=apps%2Fpfixtools.git diff --git a/postlicyd/rbl.c b/postlicyd/rbl.c index 911694a..4e1ac27 100644 --- a/postlicyd/rbl.c +++ b/postlicyd/rbl.c @@ -272,7 +272,7 @@ static bool rbl_filter_constructor(filter_t *filter) * the file pointed by filename MUST be a valid ip list issued from * the rsync (or equivalent) service of a (r)bl. */ - case ATK_FILE: { + case ATK_FILE: case ATK_RBLDNS: { bool lock = false; int weight = 0; rbldb_t *rbl = NULL; @@ -394,6 +394,7 @@ static int rbl_init(void) /* Parameters. */ (void)filter_param_register(type, "file"); + (void)filter_param_register(type, "rbldns"); (void)filter_param_register(type, "hard_threshold"); (void)filter_param_register(type, "soft_threshold"); return 0;