Search   Feed   Browse   Add
Feed items 1 - 10 of 12 for March 2007

svn:qpsmtpd r730 - trunklibDanga by msergeant - March 28, 2007

Author: msergeantDate: Wed Mar 28 14:33:10 2007New Revision: 730Modified: trunklibDangaClient.pmLog:This fixes a really nasty bug that means that some (mostly spam, admittedly) mail would get missed.What happens is if you pause the connection (needed if you YIELD for something)then the line-reading loop exits, and never gets back there unless the clientsends more data. If the client is an abuser (i.e. pipelines) then you mightnever get back to the read loop.(yes, this was a bitch to track...
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/03/msg594.html

svn:qpsmtpd r729 - trunkpluginsasync by msergeant - March 27, 2007

Author: msergeantDate: Tue Mar 27 14:49:03 2007New Revision: 729Added: trunkpluginsasync trunkpluginsasynccheck_earlytalker trunkpluginsasyncdnsblLog:Async versions of these pluginsAdded: trunkpluginsasynccheck_earlytalker==============================================================================--- (empty file)+++ trunkpluginsasynccheck_earlytalker Tue Mar 27 14:49:03 2007 -0,0 +1,138 +!usrbinperl -w++=head1 NAME++check_earlytalker - Check that the client doesn&39;t talk before we...
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/03/msg593.html

svn:qpsmtpd r728 - trunklibQpsmtpd by msergeant - March 21, 2007

Author: msergeantDate: Wed Mar 21 06:42:57 2007New Revision: 728Modified: trunklibQpsmtpdPollServer.pmLog:Fix for when connection immediately disconnectsModified: trunklibQpsmtpdPollServer.pm==============================================================================--- trunklibQpsmtpdPollServer.pm (original)+++ trunklibQpsmtpdPollServer.pm Wed Mar 21 06:42:57 2007 -170,6 +170,7 my $conn = $self->connection; set remote_host, remote_ip and remote_port my ($ip, $port) =...
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/03/msg592.html

svn:qpsmtpd r726 - trunklibQpsmtpd by msergeant - March 19, 2007

Author: msergeantDate: Mon Mar 19 14:13:17 2007New Revision: 726Modified: trunklibQpsmtpdPollServer.pm trunklibQpsmtpdSMTP.pmLog:A few pollserver bug fixesModified: trunklibQpsmtpdPollServer.pm==============================================================================--- trunklibQpsmtpdPollServer.pm (original)+++ trunklibQpsmtpdPollServer.pm Mon Mar 19 14:13:17 2007 -111,7 +111,6 if ($) print STDERR "Error: $n"; return $self->fault("command failed..
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/03/msg591.html

svn:qpsmtpd r727 - trunklibQpsmtpd by msergeant - March 19, 2007

Author: msergeantDate: Mon Mar 19 14:40:56 2007New Revision: 727Modified: trunklibQpsmtpdPollServer.pmLog:More pollserver fixesModified: trunklibQpsmtpdPollServer.pm==============================================================================--- trunklibQpsmtpdPollServer.pm (original)+++ trunklibQpsmtpdPollServer.pm Mon Mar 19 14:40:56 2007 -249,7 +249,7 $data = srnnmg; $data = s...mg; - if ($self->in_header and $data = sA(.)n tnms) + if...
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/03/msg590.html

svn:qpsmtpd r725 - in trunk: . config.sample tplugin_tests by ask - March 14, 2007

Author: askDate: Wed Mar 14 23:55:24 2007New Revision: 725Added: trunkconfig.samplercpthosts trunktplugin_testsrcpt_okModified: trunkChangesLog:Added tests for the rcpt_ok plugin (Guy Hulbert, issue 4)http:code.google.compsmtpdissuesdetailid=4Modified: trunkChanges==============================================================================--- trunkChanges (original)+++ trunkChanges Wed Mar 14 23:55:24 2007 -1,5 +1,7 0.33 (to be) + Added tests for the rcpt_ok plugin (Guy Hulbert, issue.
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/03/msg589.html

svn:qpsmtpd r724 - in trunk: . plugins by ask - March 14, 2007

Author: askDate: Wed Mar 14 23:51:37 2007New Revision: 724Modified: trunkChanges trunkpluginsgreylistingLog: greylisting: fix db_dir configuration option so it actually works (kitno455, issue 6) http:code.google.compsmtpdissuesdetailid=6Modified: trunkChanges==============================================================================--- trunkChanges (original)+++ trunkChanges Wed Mar 14 23:51:37 2007 -1,6 +1,9 0.33 (to be) - Correct header parsing of "space only" lines...
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/03/msg588.html

svn:qpsmtpd r723 - trunkplugins by ask - March 14, 2007

Author: askDate: Wed Mar 14 23:49:23 2007New Revision: 723Modified: trunkpluginsgreylistingLog:rename %ARGS to %PERMITTED_ARGSModified: trunkpluginsgreylisting==============================================================================--- trunkpluginsgreylisting (original)+++ trunkpluginsgreylisting Wed Mar 14 23:49:23 2007 -128,8 +128,9 my $DENYMSG = "This mail is temporarily denied"; my ($QPHOME) = ($0 = m!(.)(+)$!); my $DB = "denysoft_greylist.dbm";-my %ARGS = map ...
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/03/msg587.html

svn:qpsmtpd r722 - in trunk: . libQpsmtpd by ask - March 14, 2007

Author: askDate: Wed Mar 14 23:13:18 2007New Revision: 722Modified: trunkChanges trunklibQpsmtpdSMTP.pmLog: Correct header parsing of "space only" lines (Joerg Meyer) (issue 11 - http:code.google.compsmtpdissuesdetailid=11 )Modified: trunkChanges==============================================================================--- trunkChanges (original)+++ trunkChanges Wed Mar 14 23:13:18 2007 -1,5 +1,7 0.33 (to be) + Correct header parsing of "space only" lines (Joerg...
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/03/msg586.html

svn:qpsmtpd r721 - contribvetinari by vetinari - March 3, 2007

Author: vetinariDate: Sat Mar 3 04:06:42 2007New Revision: 721Added: contribvetinarirealnameLog:added realname pluginAdded: contribvetinarirealname==============================================================================--- (empty file)+++ contribvetinarirealname Sat Mar 3 04:06:42 2007 -0,0 +1,374 +=head1 NAME++realname - filter To: headers&39; real name ++=head1 DESCRIPTION++The B<realname> plugin filters the messages by comparing the given C<To:> +header with a list of...
http://www.nntp.perl.org/group/perl.cvs.qpsmtpd/2007/03/msg585.html
Available Archives
- February (10 items)
- March (12 items)
- April (3 items)
- May (15 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact