aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-30 15:25:43 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-30 15:25:43 +0000
commit624b96a6825fe703f2e3ac29cf295163c223a3e8 (patch)
tree3815ff95b317d401eeaf10fcff5bf36fb52eae9f /fetchmail.c
parent3aa5ab52da6ece0a1a5d4d613639a8dbe5d7090d (diff)
downloadfetchmail-624b96a6825fe703f2e3ac29cf295163c223a3e8.tar.gz
fetchmail-624b96a6825fe703f2e3ac29cf295163c223a3e8.tar.bz2
fetchmail-624b96a6825fe703f2e3ac29cf295163c223a3e8.zip
New authfail handling.
svn path=/trunk/; revision=2156
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 9a05dc82..75b9d573 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -532,11 +532,6 @@ int main (int argc, char **argv)
}
#endif /* POP3_ENABLE */
}
- else if (querystatus == PS_AUTHFAIL) {
- /* have it logged with priority LOG_ALERT */
- error(querystatus, -1, "Authentication failed for %s@%s",
- ctl->remotename, visbuf(ctl->server.pollname));
- }
else if (!check_only &&
((querystatus!=PS_NOMAIL) || (outlevel==O_DEBUG)))
error(0, 0, "Query status=%d", querystatus);