From a694daec9878ff7fbfbb8ba2c6e40eb2bce6a77c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 30 Oct 1998 08:06:05 +0000 Subject: Send calling user mail on password failure in daemon mode. svn path=/trunk/; revision=2153 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 7558984d..73e0b8ec 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -251,6 +251,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 smtp_socket; /* socket descriptor for SMTP connection */ unsigned int uid; /* UID of user to deliver to */ struct idlist *skipped; /* messages skipped on the mail server */ -- cgit v1.2.3