From e08e5a23758e36466a64345bd56d515a4ada9552 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Wed, 9 May 2012 13:40:12 +0530 Subject: fetchmail workaround for a bug in Microsoft Exchange treat missing header in response to a FETCH command as a transient error (Reported by John Connett) if there are too many transient errors, log it. --- tunable.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tunable.h') diff --git a/tunable.h b/tunable.h index 6202e7bd..fddeaf9b 100644 --- a/tunable.h +++ b/tunable.h @@ -21,3 +21,6 @@ /* default skipped message warning interval in seconds */ #define WARNING_INTERVAL 3600 + +/* maximum transient errors to accept */ +#define MAX_TRANSIENT_ERRORS 20 -- cgit v1.2.3