It's not that difficult is it?
just one update query with a 'replace()' to change the string...
something like
UPDATE table
set email = replace(email,'webmaster@','http://www.');
Make a backup of your data first!!!
have a look at 'replace()'
http://www.mysql.com/doc/S/t/String_functions.html