aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index fde38a46..356a3edb 100644
--- a/driver.c
+++ b/driver.c
@@ -345,7 +345,7 @@ struct query *ctl; /* query control record */
fromhdr = bufp;
else if (!strncasecmp("To:", bufp, 3))
tohdr = bufp;
- else if (!strncasecmp("To:", bufp, 3))
+ else if (!strncasecmp("Apparently-To:", bufp, 14))
tohdr = bufp;
else if (!strncasecmp("Cc:", bufp, 3))
cchdr = bufp;