Search   Feed   Browse   Add
Feed items 1 - 10 of 15 for May 2007

Closing this list by Ask Bjrn Hansen - May 18, 2007

Hi everyone,I created a new qpsmtpd-dev list and will move the Google Issue and Subversion notifications to go there. Consider this list closed.Usually I wouldn&39;t do it, but for once I did move the subscriber list (it&39;s pretty short).I will send a separate mail to the new list so you can adjust your filters and such.If you read this in the archives, you can subscribe to the new list by sending mail to qpsmtpd-dev-subscribeperl.org (starting in about 30 minutes when our servers have.
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/05/msg612.html

Re: issue notifications by James Turnbull - May 18, 2007

Ask Bjørn Hansen wrote:> Hi everyone,> > Should I just make the Google Code issue notifications go to this list > (New ones, changes etc).> > Or should we make a qpsmtpd-dev list for this stuff (the cvs-qpsmtpd> name is a little dumb anyway...)> > > - ask> I think a qpsmtpd-dev group is a good idea - with the commits and thenotifications going into it.RegardsJames Turnbull
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/05/msg611.html

svn:qpsmtpd r742 - trunkplugins by msergeant - May 17, 2007

Author: msergeantDate: Thu May 17 20:07:53 2007New Revision: 742Modified: trunkpluginsrequire_resolvable_fromhostLog:Fix for tests failingModified: trunkpluginsrequire_resolvable_fromhost==============================================================================--- trunkpluginsrequire_resolvable_fromhost (original)+++ trunkpluginsrequire_resolvable_fromhost Thu May 17 20:07:53 2007 -2,9 +2,10 use Net::DNS qw(mx); use Socket; use Net::IP qw(:PROC);+use Qpsmtpd::TcpServer; my %invalid =...
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/05/msg610.html

issue notifications by Ask Bjrn Hansen - May 17, 2007

Hi everyone,Should I just make the Google Code issue notifications go to this list (New ones, changes etc).Or should we make a qpsmtpd-dev list for this stuff (the cvs- qpsmtpd name is a little dumb anyway...) - ask-- http:develooper.com - http:askask.com
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/05/msg609.html

Re: svn:qpsmtpd r740 - in trunk: . libQpsmtpd plugins by Ask Bjrn Hansen - May 17, 2007

On May 17, 2007, at 15:30, Matt Sergeant wrote:> On 17-May-07, at 6:27 PM, Ask Bjørn Hansen wrote:>>>>> On May 17, 2007, at 15:16, msergeantcvs.perl.org 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 libraries load. But -async (and I think Apache::) has no > support for...
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/05/msg608.html

Re: svn:qpsmtpd r740 - in trunk: . libQpsmtpd plugins by Matt Sergeant - May 17, 2007

On 17-May-07, at 6:27 PM, Ask Bjørn Hansen wrote:>> On May 17, 2007, at 15:16, msergeantcvs.perl.org wrote:>> +my $has_ipv6 = Qpsmtpd::TcpServer::has_ipv6;>> Does that work with the Apache and the async serverSort of :-)It works in the sense that all has_ipv6() does is check the perl IPv6 libraries load. But -async (and I think Apache::) has no support for ipv6.> Also - I&39;m not entirely sure how it should work, but it seems like > there are some...
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/05/msg607.html

svn:qpsmtpd r741 - in trunk: . libQpsmtpd by ask - May 17, 2007

Author: askDate: Thu May 17 15:28:28 2007New Revision: 741Modified: trunkChanges trunklibQpsmtpdSMTP.pmLog:Fix logging when dropping a mail due to size (m. allan noah kitno455, issue 13)Modified: trunkChanges==============================================================================--- trunkChanges (original)+++ trunkChanges Thu May 17 15:28:28 2007 -2,6 +2,9 Added tests for the rcpt_ok plugin (Guy Hulbert, issue 4) + Fix logging when dropping a mail due to size (m. allan noah + ...
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/05/msg606.html

Re: svn:qpsmtpd r740 - in trunk: . libQpsmtpd plugins by Ask Bjrn Hansen - May 17, 2007

On May 17, 2007, at 15:16, msergeantcvs.perl.org wrote:+my $has_ipv6 = Qpsmtpd::TcpServer::has_ipv6;Does that work with the Apache and the async serverAlso - I&39;m not entirely sure how it should work, but it seems like there are some opportunities for putting some of the "deal with IP addresses" stuff in as helper methods in Qpsmtpd::Plugin (or another "helper base class"). - ask-- http:develooper.com - http:askask.com
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/05/msg605.html

svn:qpsmtpd r740 - in trunk: . libQpsmtpd plugins by msergeant - May 17, 2007

Author: msergeantDate: Thu May 17 15:16:27 2007New Revision: 740Modified: trunklibQpsmtpdConstants.pm trunklibQpsmtpdTcpServer.pm trunkpluginscheck_relay trunkpluginsrequire_resolvable_fromhost trunkqpsmtpd-forkserver trunkqpsmtpd-preforkLog:IPv6 support from issue 7.Modified: trunklibQpsmtpdConstants.pm==============================================================================--- trunklibQpsmtpdConstants.pm (original)+++ trunklibQpsmtpdConstants.pm Thu May 17 15:16:27 2007...
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/05/msg604.html

svn:qpsmtpd r739 - trunk by msergeant - May 17, 2007

Author: msergeantDate: Thu May 17 15:09:33 2007New Revision: 739Modified: trunkqpsmtpd-forkserverLog:Applied patch from issue 5: qpsmtpd-forkserver 0.32 patchesModified: trunkqpsmtpd-forkserver==============================================================================--- trunkqpsmtpd-forkserver (original)+++ trunkqpsmtpd-forkserver Thu May 17 15:09:33 2007 -12,7 +12,7 use IO::Socket; use IO::Select; use Socket;-use Getopt::Long;+use Getopt::Long qw(:config no_ignore_case); use POSIX...
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/05/msg603.html
Available Archives
- February (10 items)
- March (12 items)
- April (3 items)
- May (15 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact