Skip Menu |

This queue is for tickets about the Net-DNS CPAN distribution.

Report information
The Basics
Id: 43393
Status: resolved
Priority: 0/
Queue: Net-DNS

People
Owner: Nobody in particular
Requestors: nobull67 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.65
Fixed in: (no value)



Subject: 01-resolver.t UDP ECONNREFUSED on Win32 with McAfee
The statement (01-resolver.t line 17)... my $sock = IO::Socket::INET->new(PeerAddr => '193.0.14.129', # k.root-servers.net. PeerPort => '25', Proto => 'udp'); ...fails ECONNREFUSED on some Win32 platforms with AcAfee anti-virus installed logging error "Anti-virus Standard Protection:Prevent mass mailing worms from sending mail". The fact that McAfee is blocking 25/UDP as well as 25/TCP could be seen as a mistake in McAfee but pragmatically '25' should be changed to something more obviously innocuous (e.g. '52').
On Wed Feb 18 08:19:18 2009, NOBULL wrote: Show quoted text
> ... pragmatically '25' should be changed to > something more obviously innocuous (e.g. '52').
Or even '53' !
Fixed in svn revision 805 Thanks, it was a silly typo.