aboutsummaryrefslogtreecommitdiffstats
path: root/rfc822.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfc822.c')
-rw-r--r--rfc822.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc822.c b/rfc822.c
index 3bbad5c4..0081cff2 100644
--- a/rfc822.c
+++ b/rfc822.c
@@ -88,7 +88,7 @@ const char *host; /* server hostname */
else if ((*from == ',' || HEADER_END(from) || from[1] == '(')
&& has_bare_name_part
&& !has_host_part
- && last_nws != ';')
+ && last_nws != ';' && last_nws != ')')
{
int hostlen;