http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4890
------- Additional Comments From [EMAIL PROTECTED] 2006-05-02 20:06 ------- Created an attachment (id=3501) --> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=3501&action=view) v1.1 of patch to enable persistent SQL handles and statements Hmm.. turns out there are more changes needed to impliment this than I thought. The database handles themselves are not Persistent, as the factory->finish() routine is called after each use. In addition, the new_checker routine creates a new DB handle each time. I've created a newer patch that a) fixes those things in SQLBasedAddrList.pm and b) passes the $main environment in AutoWhitelist.pm so that we can create the database handle ONCE during the factory->new() call. Tested and working properly for me. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
