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 sets $Features{"Net::DNS"} to 1.

Good.

> But, the following lines (1535) are a problem;

>     unless ($Features{"Net::DNS"}) {

> This is true when it needs to be false. If you change it to;

I disagree.  If it works when you change it, something's wrong.

Regards,

David.
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to