diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-10-30 08:06:05 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-10-30 08:06:05 +0000 |
commit | a694daec9878ff7fbfbb8ba2c6e40eb2bce6a77c (patch) | |
tree | 2fd4e53547331cf3a2ccae9c1621d6ec65249c0d /fetchmail.h | |
parent | a379197312a968cc5c705dda5f466ad7dfe9847e (diff) | |
download | fetchmail-a694daec9878ff7fbfbb8ba2c6e40eb2bce6a77c.tar.gz fetchmail-a694daec9878ff7fbfbb8ba2c6e40eb2bce6a77c.tar.bz2 fetchmail-a694daec9878ff7fbfbb8ba2c6e40eb2bce6a77c.zip |
Send calling user mail on password failure in daemon mode.
svn path=/trunk/; revision=2153
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |