diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-06-04 14:51:42 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-06-04 14:51:42 +0100 |
commit | 89a411447ebc068efbe4c841c95adeaf9a1bbcd0 (patch) | |
tree | 4808e0e1e26ba10735718c2a6cc3711a5b4e8620 /src/map.c | |
parent | d0544d42a0cd4aa6f1b8d52c90c0e65b9d1c335b (diff) | |
download | rspamd-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |