Kenneth Porter <[EMAIL PROTECTED]> writes: > Argument "AZ_OK" isn't numeric in numeric eq (==) at /usr/bin/mimedefang.pl > line 1997. > > Yet I see up at line 78 that you're including ERROR_CODES, so I don't > understand why I'm getting the error.
For whatever reason, this happens when 'use' is hidden inside an 'eval'. As a workaround, change AZ_OK to AZ_OK() (or simply to 0 ). MJ _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

