Joseph Brennan wrote:
>
>
> --On Monday, December 11, 2006 20:16 +0000 Paul Murphy
> <Paul.Murphy at argentadiscovery.com> 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.