Joseph Brennan wrote:
--On Monday, December 11, 2006 20:16 +0000 Paul Murphy <[EMAIL PROTECTED]> wrote:# return if ($SendmailMacros{daemon_name}) = "MSA"; You can't use arithmetic comparison on a string value: use "eq" instead:
The problem wasn't arithmetic vs string, it was assignment vs comparison. _______________________________________________ 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

