From dbc8bb8dbc278b80dd13e732da9647c9df856fa4 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 13 Dec 2010 20:54:22 +0300 Subject: Implement checking options for modules Implement checking for classifier options Fix redirector to handle timeouts and invalid replies properly Fix surbl module not to check each url --- src/cfg_file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cfg_file.h') diff --git a/src/cfg_file.h b/src/cfg_file.h index 2595cc779..ab4a98361 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -415,6 +415,7 @@ struct worker_conf* check_worker_conf (struct config_file *cfg, struct worker_co struct metric* check_metric_conf (struct config_file *cfg, struct metric *c); gboolean parse_normalizer (struct config_file *cfg, struct statfile *st, const gchar *line); gboolean read_xml_config (struct config_file *cfg, const gchar *filename); +gboolean check_modules_config (struct config_file *cfg); #endif /* ifdef CFG_FILE_H */ /* -- cgit v1.2.3