]> source.dussan.org Git - rspamd.git/commitdiff
Stop providing fake ip by rspamc.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 28 Mar 2015 11:02:42 +0000 (11:02 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 28 Mar 2015 11:02:42 +0000 (11:02 +0000)
src/client/rspamc.c

index d5accd8a80f6832931ce25bf20c8bca9d3e87a13..efd44c04f1cb6b265ea18ef40703b079b1d9ae2a 100644 (file)
@@ -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;