Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[svn:qpsmtpd] r742 - trunk/plugins

1 view
Skip to first unread message

mser...@cvs.perl.org

unread,
May 17, 2007, 11:07:54 PM5/17/07
to svn-commi...@perl.org
Author: msergeant
Date: Thu May 17 20:07:53 2007
New Revision: 742

Modified:
trunk/plugins/require_resolvable_fromhost

Log:
Fix for tests failing


Modified: trunk/plugins/require_resolvable_fromhost
==============================================================================
--- trunk/plugins/require_resolvable_fromhost (original)
+++ trunk/plugins/require_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 = ();
-my $has_ipv6 = Qpsmtpd::TcpServer::has_ipv6;
+my $has_ipv6 = Qpsmtpd::TcpServer::has_ipv6();

sub hook_mail {
my ($self, $transaction, $sender, %param) = @_;

0 new messages