Hello,
for the form-module, the message comes from the language-file ($MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA']).
You have to change
...Captcha, please email: '.SERVER.EMAIL;
to something different, e.g.
...Captcha, please email: '.'user(at)domain(POINT)com';
thorn.