From 624b96a6825fe703f2e3ac29cf295163c223a3e8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 30 Oct 1998 15:25:43 +0000 Subject: New authfail handling. svn path=/trunk/; revision=2156 --- fetchmail.c | 5 ----- 1 file changed, 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); -- cgit v1.2.3