From: Vsevolod Stakhov Date: Sat, 28 Mar 2015 11:02:42 +0000 (+0000) Subject: Stop providing fake ip by rspamc. X-Git-Tag: 0.9.0~400 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=51319cbd3cf0050add4d7743653eb2626784f7bd;p=rspamd.git Stop providing fake ip by rspamc. --- diff --git a/src/client/rspamc.c b/src/client/rspamc.c index d5accd8a8..efd44c04f 100644 --- a/src/client/rspamc.c +++ b/src/client/rspamc.c @@ -36,7 +36,7 @@ static gchar *connect_str = "localhost"; static gchar *password = NULL; -static gchar *ip = "127.0.0.1"; +static gchar *ip = NULL; static gchar *from = NULL; static gchar *deliver_to = NULL; static gchar *rcpt = NULL;