diff options
-rw-r--r-- | src/client/rspamc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/rspamc.c b/src/client/rspamc.c index 7240d5367..30d1b57cc 100644 --- a/src/client/rspamc.c +++ b/src/client/rspamc.c @@ -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; |