aboutsummaryrefslogtreecommitdiffstats
path: root/src/map.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-06-04 14:51:42 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-06-04 14:51:42 +0100
commit89a411447ebc068efbe4c841c95adeaf9a1bbcd0 (patch)
tree4808e0e1e26ba10735718c2a6cc3711a5b4e8620 /src/map.c
parentd0544d42a0cd4aa6f1b8d52c90c0e65b9d1c335b (diff)
downloadrspamd-89a411447ebc068efbe4c841c95adeaf9a1bbcd0.tar.gz
rspamd-89a411447ebc068efbe4c841c95adeaf9a1bbcd0.zip
Allow restriction of update commands for fuzzy storage.
Now it is possible to specify ip or networks from which fuzzy updates or removes are possible. Rework sockets logic while I'm here. Create universal utility for parsing ipv4/mask strings.
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.c b/src/map.c
index fde6a3de9..0950d5682 100644
--- a/src/map.c
+++ b/src/map.c
@@ -996,7 +996,7 @@ check_map_proto (const gchar *map_line, gint *res, const gchar **pos)
*pos = map_line;
}
else {
- msg_warn ("invalid map fetching protocol: %s", map_line);
+ msg_debug ("invalid map fetching protocol: %s", map_line);
return FALSE;
}