]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Fix] Don't set default values for hostname and helo
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 27 Feb 2016 13:43:41 +0000 (13:43 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 27 Feb 2016 13:43:41 +0000 (13:43 +0000)
src/client/rspamc.c

index 7240d5367683dc0a6014dde0fbf59b2b83f6c0bc..30d1b57cc8182cf3f7a65a9281029cc5ece1397e 100644 (file)
@@ -34,8 +34,8 @@ static gchar *from = NULL;
 static gchar *deliver_to = NULL;
 static gchar **rcpts = NULL;
 static gchar *user = NULL;
-static gchar *helo = "rspamc.local";
-static gchar *hostname = "localhost";
+static gchar *helo = NULL;
+static gchar *hostname = NULL;
 static gchar *classifier = NULL;
 static gchar *local_addr = NULL;
 static gchar *execute = NULL;