From c08743b5ce697ba31f950f3d4590745c8cc67cbd Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 7 Feb 2001 06:59:35 +0000 Subject: *Is* controlled by an option. svn path=/trunk/; revision=3027 --- driver.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 9ed51462..e6995ce4 100644 --- a/driver.c +++ b/driver.c @@ -669,8 +669,6 @@ static int readheaders(int sock, * * This is to avoid false mail loops messages when delivering * local messages to and from a Postfix/qmail mailserver. - * - * Should be controlled by an option */ if (ctl->dropdelivered && !strncasecmp(line, "Delivered-To:", 13)) { -- cgit v1.2.3