[svn:qpsmtpd] r607 - in trunk: lib/Qpsmtpd plugins/auth

2006-01-27 Thread jpeacock
Author: jpeacock Date: Fri Jan 27 09:16:13 2006 New Revision: 607 Modified: trunk/lib/Qpsmtpd/PollServer.pm trunk/lib/Qpsmtpd/SMTP.pm trunk/plugins/auth/auth_vpopmail_sql Log: Oops, forgot to remove all traces of Qmsptmd::Auth while I was at it. Also made auth_vpopmail_sql be quieter

Re: [svn:qpsmtpd] r607 - in trunk: lib/Qpsmtpd plugins/auth

2006-01-27 Thread Matt Sergeant
On 27 Jan 2006, at 12:16, [EMAIL PROTECTED] wrote: -my $dbh = DBI-connect( $connect, $dbuser, $dbpasswd ); -$dbh-{ShowErrorStatement} = 1; +my $dbh = DBI-connect( $connect, $dbuser, $dbpasswd, + { PrintError = 0, } ) + or return DECLINED; That doesn't seem like the