Re: [svn:qpsmtpd] r740 - in trunk: . lib/Qpsmtpd plugins

2007-05-17 Thread Matt Sergeant
On 17-May-07, at 6:27 PM, Ask Bjørn Hansen wrote: On May 17, 2007, at 15:16, [EMAIL PROTECTED] wrote: +my $has_ipv6 = Qpsmtpd::TcpServer::has_ipv6; Does that work with the Apache and the async server? Sort of :-) It works in the sense that all has_ipv6() does is check the perl IPv6

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

cvs commit: qpsmtpd/plugins bounce_verp

2004-09-21 Thread Matt Sergeant
cvsuser 04/09/21 11:15:25 Removed: plugins bounce_verp Log: Moved to the attic

cvs commit: qpsmtpd/t/plugin_tests bounce_verp

2004-09-21 Thread Matt Sergeant
cvsuser 04/09/21 11:16:05 Removed: t/plugin_tests bounce_verp Log: Moved to attic

cvs commit: qpsmtpd/lib/Qpsmtpd Transaction.pm

2004-09-16 Thread Matt Sergeant
cvsuser 04/09/16 03:46:38 Modified:lib/Qpsmtpd Transaction.pm Log: Make recipients a setter too Revision ChangesPath 1.16 +5 -0 qpsmtpd/lib/Qpsmtpd/Transaction.pm Index: Transaction.pm ===

cvs commit: qpsmtpd/t/Test Qpsmtpd.pm

2004-09-05 Thread Matt Sergeant
cvsuser 04/09/05 09:25:03 Modified:t/Test Qpsmtpd.pm Log: command is in $command not $_ Revision ChangesPath 1.2 +1 -1 qpsmtpd/t/Test/Qpsmtpd.pm Index: Qpsmtpd.pm === RCS file:

cvs commit: qpsmtpd/lib/Qpsmtpd Auth.pm

2004-07-29 Thread Matt Sergeant
cvsuser 04/07/29 07:40:32 Modified:lib/Qpsmtpd Auth.pm Log: Fix for AUTH PLAIN from Michael Holzt [EMAIL PROTECTED] Revision ChangesPath 1.3 +36 -48qpsmtpd/lib/Qpsmtpd/Auth.pm Index: Auth.pm

cvs commit: qpsmtpd/lib/Qpsmtpd Plugin.pm SMTP.pm

2004-07-16 Thread Matt Sergeant
cvsuser 04/07/16 00:27:27 Modified:lib/Qpsmtpd Plugin.pm SMTP.pm Log: Add a hook for the DATA command Revision ChangesPath 1.9 +1 -1 qpsmtpd/lib/Qpsmtpd/Plugin.pm Index: Plugin.pm === RCS