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 5f8e21b7..4fec9941 100644
--- a/rfc822.c
+++ b/rfc822.c
@@ -152,7 +152,7 @@ const unsigned char *host; /* server hostname */
bscount = 0;
for (bp = from - 1; *bp == '\\'; bp--)
bscount++;
- if (bscount % 2)
+ if (!(bscount % 2))
state = 1;
}
break;