aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rfc822.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rfc822.c b/rfc822.c
index 94b60c7f..efdbcfd8 100644
--- a/rfc822.c
+++ b/rfc822.c
@@ -72,6 +72,7 @@ const char *host; /* server hostname */
strcpy(buf, "@");
strcat(buf, host);
buf += strlen(buf);
+ has_host_part = TRUE;
}
break;