aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index b10a1dd4..2dfbd910 100644
--- a/driver.c
+++ b/driver.c
@@ -725,6 +725,7 @@ static int readheaders(int sock,
else if (!strncasecmp("Resent-Sender:", line, 14))
resent_sender_offs = (line - msgblk.headers);
+#ifdef __UNUSED__
else if (!strncasecmp("Message-Id:", buf, 11))
{
if (ctl->server.uidl)
@@ -740,6 +741,7 @@ static int readheaders(int sock,
}
}
}
+#endif /* __UNUSED__ */
else if (!MULTIDROP(ctl))
continue;