aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-08-24 14:09:50 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-08-24 14:09:50 +0000
commitedacc32d007ba8dd0cb61f0c3daea81622a8b350 (patch)
treee81b5a5f59dd8ee9d63929eb493247764eaaeb48 /fetchmail.c
parent8ca05699193ee187e0fbad4f1dd7f97be855e07a (diff)
downloadfetchmail-edacc32d007ba8dd0cb61f0c3daea81622a8b350.tar.gz
fetchmail-edacc32d007ba8dd0cb61f0c3daea81622a8b350.tar.bz2
fetchmail-edacc32d007ba8dd0cb61f0c3daea81622a8b350.zip
Sendmail delivery from background seems to work.
svn path=/trunk/; revision=61
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 54c15012..8ed8f67b 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -228,15 +228,6 @@ char **argv;
*/
do {
for (hostp = hostlist; hostp; hostp = hostp->next) {
-
- /*
- * This is a nasty kluge. V8 sendmail doesn't like daemon mode, it
- * consistently bombs after the first delivery.
- */
- if (poll_interval && hostp->output == TO_MDA
- && strncmp("/usr/lib/sendmail", hostp->mda, 18) == 0)
- hostp->output = TO_FOLDER;
-
popstatus = query_host(hostp);
}