From 51319cbd3cf0050add4d7743653eb2626784f7bd Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 28 Mar 2015 11:02:42 +0000 Subject: [PATCH] Stop providing fake ip by rspamc. --- src/client/rspamc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5