From a53713a0f8585c6313efd0975cc896788c6ca898 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 28 Sep 1999 21:25:11 +0000 Subject: Tolerate more than one authorization failure. svn path=/trunk/; revision=2621 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 401db928..161d14af 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -263,6 +263,7 @@ struct query flag active; /* should we actually poll this server? */ const char *destaddr; /* destination host for this query */ int errcount; /* count transient errors in last pass */ + int authfailcount; /* count of authorization failures */ int wedged; /* wedged by auth failures or timeouts? */ char *smtphost; /* actual SMTP host we connected to */ int smtp_socket; /* socket descriptor for SMTP connection */ -- cgit v1.2.3