aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-08-02 16:17:07 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-08-02 16:17:07 +0000
commit7ed1b664941e5b3efcc40f78c58114a3591042dc (patch)
tree17f15ec546df78dab01dc7af746ac1077cf0fc56 /driver.c
parent8dc555f4b5d1dd6f515e60ef67f694a3855573cc (diff)
downloadfetchmail-7ed1b664941e5b3efcc40f78c58114a3591042dc.tar.gz
fetchmail-7ed1b664941e5b3efcc40f78c58114a3591042dc.tar.bz2
fetchmail-7ed1b664941e5b3efcc40f78c58114a3591042dc.zip
Suppress both forwarding and deletion on DNS errors.
svn path=/trunk/; revision=1220
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 4b0ecd68..f5123c19 100644
--- a/driver.c
+++ b/driver.c
@@ -1637,7 +1637,7 @@ const struct method *proto; /* protocol method table */
len,
protocol->delimited);
if (ok == PS_TRANSIENT)
- suppress_delete = TRUE;
+ suppress_delete = suppress_forward = TRUE;
else if (ok)
goto cleanUp;
set_timeout(ctl->server.timeout);