]> Pileus Git - ~andy/fetchmail/commitdiff
New authfail handling.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 30 Oct 1998 15:25:43 +0000 (15:25 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 30 Oct 1998 15:25:43 +0000 (15:25 -0000)
svn path=/trunk/; revision=2156

fetchmail.c

index 9a05dc82aef6a13a8b16d32e21b84879112b9fa6..75b9d573ee9bee039696cb674227aa1bc8432845 100644 (file)
@@ -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);