diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-02-07 06:59:35 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-02-07 06:59:35 +0000 |
commit | c08743b5ce697ba31f950f3d4590745c8cc67cbd (patch) | |
tree | 33d86f2cad42581241429d44ebf0e53b42e94a48 | |
parent | 9300138979451f1f96e24f3282d19242c7dd2f8d (diff) | |
download | fetchmail-c08743b5ce697ba31f950f3d4590745c8cc67cbd.tar.gz fetchmail-c08743b5ce697ba31f950f3d4590745c8cc67cbd.tar.bz2 fetchmail-c08743b5ce697ba31f950f3d4590745c8cc67cbd.zip |
*Is* controlled by an option.
svn path=/trunk/; revision=3027
-rw-r--r-- | driver.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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)) { |