diff options
| -rwxr-xr-x | fetchmailconf | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/fetchmailconf b/fetchmailconf index c935e4f6..8ec65603 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1208,6 +1208,9 @@ isn't a SunOS 4.1.4 machine; cucipop tickles a bug in SunOS realloc()  under that version, and doesn't cope with the result gracefully.  Newer  SunOS and Solaris machines run cucipop OK. +Also, some versions of cucipop don't assert an exclusive lock on your +mailbox when it's being queried.  This means that if you have more than +one fetchmail query running against the same mailbox, bad things can happen.  """  	    if string.find(greetline, "David POP3 Server") > 0:                  warnings = warnings + """ | 
