aboutsummaryrefslogtreecommitdiffstats
path: root/tunable.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-09-28 21:25:11 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-09-28 21:25:11 +0000
commita53713a0f8585c6313efd0975cc896788c6ca898 (patch)
tree0d37152fe0df266bb35662709898f505f29e172e /tunable.h
parent6df2d8474695b9d1fd5c477c8c43f3cd0e038fe4 (diff)
downloadfetchmail-a53713a0f8585c6313efd0975cc896788c6ca898.tar.gz
fetchmail-a53713a0f8585c6313efd0975cc896788c6ca898.tar.bz2
fetchmail-a53713a0f8585c6313efd0975cc896788c6ca898.zip
Tolerate more than one authorization failure.
svn path=/trunk/; revision=2621
Diffstat (limited to 'tunable.h')
-rw-r--r--tunable.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tunable.h b/tunable.h
index b6abc5f5..6202e7bd 100644
--- a/tunable.h
+++ b/tunable.h
@@ -16,5 +16,8 @@
/* maximum consecutive lock-busy errors to accept */
#define MAX_LOCKOUTS 5
+/* maximum consecutive authentication failures to accept */
+#define MAX_AUTHFAILS 10
+
/* default skipped message warning interval in seconds */
#define WARNING_INTERVAL 3600