Michael Jakscht wrote:
> --------------------
> if "${if def:h_x-infected:{1}{0}}" is "1" then
> mail to $reply_address:
> --------------------
>
> $reply_address: should be the one I need....
> But if you look at the logs you will see that this email
> will be rejected by my primary mx due to "missing or malformed mail
> addresses"...
$reply_address is what you need, that's correct, but you try to send
your mail to $reply_address: (note the trailing colon which should not
be present).
--
-- K.M.