https://bz.apache.org/SpamAssassin/show_bug.cgi?id=5840

Henrik Krohns <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|PC                          |All
                 CC|                            |[email protected]
   Target Milestone|Undefined                   |4.0.0
                 OS|other                       |All

--- Comment #3 from Henrik Krohns <[email protected]> ---
It does seem that current code doesn't handle ldap and sql at the same time.

If -q is enabled it will always try to load scores there through
handle_user_sql

  if ($opt{'sql-config'} && !defined($current_user)) {
    unless (handle_user_sql('nobody')) {
      service_unavailable_error("Error fetching user preferences via SQL");
      return 0;
    }
  }

  if ($opt{'ldap-config'} && !defined($current_user)) {
    handle_user_ldap('nobody');
  }

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to