diff options
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/fetchmail.man b/fetchmail.man index 2546a800..ebc68127 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -464,13 +464,14 @@ The or --nodetach option suppresses detachment of the daemon process from its control terminal. This is primarily useful for debugging. .PP -Note that while running in daemon mode, transient errors (such as DNS -failures or sendmail delivery refusals) may force the fetchall -option on for the duration of the next polling cycle. +Note that while running in daemon mode polling a POP server, transient +errors (such as DNS failures or sendmail delivery refusals) may force +the fetchall option on for the duration of the next polling cycle. This is a robustness feature. It means that if a message is fetched -(and thus marked seen by the mailserver) but not delivered locally -due to some transient error, it will be re-fetched during the next -poll cycle. +(and thus marked seen by the mailserver) but not delivered locally due +to some transient error, it will be re-fetched during the next poll +cycle. (The IMAP logic doesn't delete messages until they're +delivered, so this problem does not arise.) .SH RETRIEVAL FAILURE MODES The protocols \fIfetchmail\fR uses to talk to mailservers are next to |