Re: [Mimedefang] $Features not showing Net::DNS

2009-04-11 Thread Jonas Eckerman
Erin Fortenberry skrev: But, the following lines (1535) are a problem; unless ($Features{"Net::DNS"}) { Isn't that the following? ---8<--- unless ($Features{"Net::DNS"}) { md_syslog('err', "$MsgID: Attempted to call relay_is_blacklisted_multi, but Perl module Net::DNS is not

Re: [Mimedefang] $Features not showing Net::DNS

2009-04-11 Thread David F. Skoll
Erin Fortenberry wrote: > I have found the following lines to be of no problem in mimedefang.pl (lines > 105-108); > if (!defined($Features{"Net::DNS"})) { > (eval 'use Net::DNS; $Features{"Net::DNS"} = 1;') > or $Features{"Net::DNS"} = 0; > } > It loads and s