From 3644b17d50685b5d9bd7aeb7a7a7a3d2e0784388 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 20 Nov 1998 18:20:52 +0000 Subject: Send notification and wedge the connection on too many timeouts. svn path=/trunk/; revision=2190 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 9b4f03b5..d40f25da 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -255,7 +255,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 authentication failures this run */ + int wedged; /* wedged by auth failures or timeouts? */ char *smtphost; /* actual SMTP host we connected to */ int smtp_socket; /* socket descriptor for SMTP connection */ unsigned int uid; /* UID of user to deliver to */ -- cgit v1.2.3