diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-08-02 16:17:07 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-08-02 16:17:07 +0000 |
commit | 7ed1b664941e5b3efcc40f78c58114a3591042dc (patch) | |
tree | 17f15ec546df78dab01dc7af746ac1077cf0fc56 /driver.c | |
parent | 8dc555f4b5d1dd6f515e60ef67f694a3855573cc (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |