diff options
Diffstat (limited to 'rfc822.c')
-rw-r--r-- | rfc822.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -80,10 +80,12 @@ const char *host; /* server hostname */ } #endif /* TESTMAIN */ if (state != 2) + { if (*from == '(') ++parendepth; else if (*from == ')') --parendepth; + } if (!parendepth && !has_host_part) switch (state) |