I routinely import a copy of the production database, replacing my development database.
However, during development, I don't want t accidently email any production users. (their emails are stored in the email
column of the users
table)
How can I update all the email addresses so that if I accidentally email them, it goes to nowhere
if would also be nice if the original email is somehow embedded in the faked email.