Hi Claudio,

This is another plea to have the one liner patch below applied... It
stops courier imap from closing the connection when the auth fails.

Can anyone else test it and confirm that it works?

Thanks,

--
Adriano


--------------------

--- auth_imap.c.ori     2002-08-15 19:06:07.000000000 -0300
+++ auth_imap.c 2002-08-15 19:06:47.000000000 -0300
@@ -339,7 +339,7 @@

        log(2, "warning: auth_error: authorization failed (%s)\n",
                   qldap_err_str(qldap_errno) );
-       if (! (env = env_get("ARGC") ) ) {
+       if (! (env = env_get("AUTHARGC") ) ) {
                _exit(111);
        }
        scan_ulong(env, &numarg);

Reply via email to