diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-04-01 03:16:15 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-04-01 03:16:15 +0000 |
commit | d3379342f934a71578a9064120ffb4d3f210759d (patch) | |
tree | 8965a805e5dd81ce9bf432d1d93b2ccce04e26ac /fetchmailconf | |
parent | c53468815d594da86dfe0ff6c4625d144dc55a1a (diff) | |
download | fetchmail-d3379342f934a71578a9064120ffb4d3f210759d.tar.gz fetchmail-d3379342f934a71578a9064120ffb4d3f210759d.tar.bz2 fetchmail-d3379342f934a71578a9064120ffb4d3f210759d.zip |
Added SpryNet support.
svn path=/trunk/; revision=2421
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fetchmailconf b/fetchmailconf index 52682593..c004433d 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1113,6 +1113,14 @@ Therefore, it is strongly recommended that you turn on `fetchall' on all user entries associated with this server. """ + if string.find(greetline, "sprynet.com") > 0: + warnings = warnings + """ +You appear to be using a SpryNet server. In mid-1999 it was reported that +the SpryNet TOP command marks messages seen. Therefore, for proper error +recovery in the event of a line drop, it is strongly recommended that you +turn on `fetchall' on all user entries associated with this server. + +""" # Steve VanDevender <stevev@efn.org> writes: # The only system I have seen this happen with is cucipop-1.31 |