Skip Menu |

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

Report information
The Basics
Id: 1900
Status: new
Priority: 0/
Queue: Net-RBLClient

People
Owner: Nobody in particular
Requestors: mda [...] embratel.net.br
Cc:
AdminCc:

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



Subject: Hard coded 1st line to recover nameserver /etc/resolv.conf
I test your code and think incorrect hard coded regex to recover nameserver on RBLClient.pm, line 33: if($resolv =~ /^nameserver\s+($ip_pat)/) { I have search on first line, a single change is correct for me. if($resolv =~ /nameserver\s+($ip_pat)/) { Sds, Marco Antonio